Files
blog/templates/index.html
mtgmonkey 5c6df6621c rework
2025-06-07 20:44:49 -04:00

9 lines
196 B
HTML

{% extends "base.html" %}
{% block content %}
<h1 class="title">
This is Andromeda's blog.
</h1>
<p><a href="{{ get_url(path='@/daily/_index.md') }}">Daily Posts</a></p>
{% endblock content %}