hugo-theme-apache2/layouts/partials/nav.html
2023-03-22 16:56:34 +01:00

17 lines
No EOL
426 B
HTML

<nav>
<div class="section_header">links</div>
<section class="content_section_text">
{{- range .Site.Params.Links }}
<p>/{{ .Service }}/</p>
<p>
--
<a href="{{ .Link }}">{{ .Name }}</a>
</p>
<br>
{{ end -}}
</section>
<div class="section_header">recent posts</div>
<section class="content_section_text">
</section>
</nav>