commit 997cd5445e9ccbb433b581b822c4b86458998b1b
parent 98700bc36e4a0f51b420a6eb861738bdd7d3fe36
author: nathanael <nathanael@dalliard.ch>
date: Tue, 2 Dec 2025 14:41:30 +0000
rm nav
diffstat:
2 files changed, 2 insertions(+), 10 deletions(-)
diff --git a/layouts/page.html b/layouts/page.html
@@ -1,16 +1,13 @@
{{ define "main" }}
<h1>{{ .Title }}</h1>
{{ .Content }}
-<small>
{{ with .Lastmod }}
+<small>
<p>
<time datetime="{{ .Format "2006-01-02" }}">
{{ .Format "2006-01-02" }}
</time>
</p>
-{{ end }}
-{{ with .Parent }}
-<a href="{{ .RelPermalink }}">↩</a>
-{{ end }}
</small>
{{ end }}
+{{ end }}
diff --git a/layouts/section.html b/layouts/section.html
@@ -1,9 +1,4 @@
{{ define "main" }}
<h1>{{ .Title }}</h1>
{{ .Content }}
-<small>
-{{ with .Parent }}
-<a href="{{ .RelPermalink }}">↩</a>
-{{ end }}
-</small>
{{ end }}