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

17 lines
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>