mirror of
https://github.com/BioArchLinux/hugo-theme-bioarchlinux.git
synced 2025-03-10 06:14:01 +00:00
Update list.html
This commit is contained in:
parent
b88a7e5bf0
commit
1b25a5d974
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
<div class="news-article box">
|
||||
{{ with .Data.Pages }}
|
||||
{{ range .ByDate}}
|
||||
<li><a {{ printf "href=%q" .URL | safeHTMLAttr }}>{{ default .Title .Params.heading }}</a></li>
|
||||
<li><a {{ printf "href=%q" .Permalink | safeHTMLAttr }}>{{ default .Title .Params.heading }}</a></li>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue