This commit is contained in:
ryfrd 2025-03-06 17:27:32 +00:00
parent 478c5823e3
commit 0e6cfb0d23
150 changed files with 40696 additions and 0 deletions

View file

@ -0,0 +1,12 @@
<header id="banner">
<h2><a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a></h2>
<nav>
<ul>
{{ range .Site.Menus.main.ByWeight -}}
<li>
{{ .Pre }}<a href="{{ .URL }}" title="{{ .Title }}">{{- .Name -}}</a>{{ .Post }}
</li>
{{- end }}
</ul>
</nav>
</header>