feat: fix sections

This commit is contained in:
Kat Inskip 2025-11-09 13:57:22 -08:00
parent 8ef43c8de1
commit e07f15d555
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
3 changed files with 21 additions and 3 deletions

View file

@ -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 %}