feat: add first blog post
This commit is contained in:
parent
23aa8bdd15
commit
a345552e16
7 changed files with 172 additions and 3 deletions
|
|
@ -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 %}
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
{% extends "blog/section.html" %}
|
||||
<meta name="fediverse:creator" content="@moritz@functional.cafe">
|
||||
Loading…
Add table
Add a link
Reference in a new issue