aboutsummaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
authorfoswret <foswret@posteo.com>2026-03-22 12:54:35 -0500
committerfoswret <foswret@posteo.com>2026-03-22 12:54:35 -0500
commit73b06c31b505d1a0f2e4035c7daab0df49a25d3b (patch)
tree778e996fcf635de175ae03d91e8353db5a364e29 /templates/index.html
parentd300415652d513a54c214c894e996036d2c999ce (diff)
implement basic nav bar
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html
index 560c000..795d85a 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -4,5 +4,4 @@
<h1 class="title">
This is a blog made with Zola.
</h1>
-<p><a href="{{ get_url(path='@/posts/_index.md') }}">Posts</a>.</p>
{% endblock content %}