summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorLibravatar Silas Bartha <silas@exvacuum.dev>2025-02-12 16:20:21 -0500
committerLibravatar Silas Bartha <silas@exvacuum.dev>2025-02-12 16:20:21 -0500
commit96b52e0535b68eceb3f69a64ba33916ee8c733b1 (patch)
treebef1159cda627de074fcf2171e356cff3084adb1 /templates
parentb30065b261d48958911b492e03a051c8b5ac3096 (diff)
back to landing from base template
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index ab80a03..201b8fd 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -16,6 +16,7 @@
<section class="section">
<div class="container">
{% block content %}
+ <a href="{{ get_url(path='@/_index.md') }}"> <- back to landing</a>
{{ section.content | safe }}
{% endblock %}
</div>