feat: add first blog post

This commit is contained in:
Moritz Böhme 2025-05-19 12:23:32 +02:00
parent 23aa8bdd15
commit a345552e16
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
7 changed files with 172 additions and 3 deletions

View file

@ -0,0 +1,5 @@
{% extends "blog/page.html" %}
{% block content %} <!-- TODO: use head instead if supported by theme -->
{{ super() }}
<meta name="fediverse:creator" content="@moritz@functional.cafe">
{% endblock %}

View file

@ -0,0 +1,2 @@
{% extends "blog/section.html" %}
<meta name="fediverse:creator" content="@moritz@functional.cafe">