mirror of
https://github.com/kittywitch/dork.dev.git
synced 2026-02-09 23:29:17 -08:00
feat: fix sections
This commit is contained in:
parent
8ef43c8de1
commit
e07f15d555
3 changed files with 21 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<section id="blogposts">
|
||||
<section id="external">
|
||||
<h2>Things I find value in sharing</h2>
|
||||
{% set data = load_data(path="content/external/external.toml") %}
|
||||
{% for category in data.categories %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue