mirror of
https://github.com/rottenwheel/hugo-rottenwheel.git
synced 2024-11-09 21:53:26 +01:00
Compare commits
3 Commits
54ddcfbb34
...
3acfa76d7c
Author | SHA1 | Date | |
---|---|---|---|
|
3acfa76d7c | ||
|
938e75c770 | ||
|
04bede3d3f |
@ -8,7 +8,7 @@
|
||||
<ul>
|
||||
{{ range where .Site.RegularPages "Section" "posts" }}
|
||||
<li>
|
||||
<a href="{{ .Permalink }}">{{ .Title }}</a> - {{ .Date.Format "2006-01-02" }}
|
||||
<a href="{{ .RelPermalink }}">{{ .Title }}</a> - {{ .Date.Format "2006-01-02" }}
|
||||
</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
|
Loading…
Reference in New Issue
Block a user