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