This commit is contained in:
2026-03-25 15:14:49 +09:00
commit 266e0b0cf9
84 changed files with 4624 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{{ $parent := .Parent }}
<nav class="site-nav">
{{ if and $parent (not $parent.IsHome) }}
<a href="{{ $parent.RelPermalink }}">&larr; {{ with $parent.Title }}{{ . }}{{ else }}{{ $parent.Section }}{{ end }}</a>
{{ else }}
<a href="/">&larr; home</a>
{{ end }}
</nav>