Files
blog/templates/index.html
mtgmonkey c6714dfec6 add links
2025-08-02 07:48:01 -04:00

10 lines
256 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>
<p><a href="{{ get_url(path='@/links.md') }}">Links</a></p>
{% endblock content %}