mirror of
https://github.com/BioArchLinux/hugo-theme-bioarchlinux.git
synced 2025-03-10 06:14:01 +00:00
10 lines
273 B
HTML
10 lines
273 B
HTML
{{ partial "header.html" . }}
|
|
<div class="news-article box">
|
|
{{ with .Data.Pages }}
|
|
{{ range .ByDate}}
|
|
<li><a {{ printf "href=%q" .URL | safeHTMLAttr }}>{{ default .Title .Params.heading }}</a></li>
|
|
{{ end }}
|
|
{{ end }}
|
|
</div>
|
|
{{ partial "footer.html" . }}
|
|
|