back to landing from base template

This commit is contained in:
Silas Bartha 2025-02-12 16:20:21 -05:00
parent b30065b261
commit 96b52e0535

View File

@ -16,6 +16,7 @@
<section class="section"> <section class="section">
<div class="container"> <div class="container">
{% block content %} {% block content %}
<a href="{{ get_url(path='@/_index.md') }}"> <- back to landing</a>
{{ section.content | safe }} {{ section.content | safe }}
{% endblock %} {% endblock %}
</div> </div>