hugo-theme-apache2/layouts/partials/nav.html

17 lines
426 B
HTML
Raw Normal View History

2021-01-15 23:24:52 +01:00
<nav>
<div class="section_header">links</div>
2023-03-22 16:56:34 +01:00
<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>
2021-01-15 23:24:52 +01:00
</nav>