Site update
This commit is contained in:
parent
bcb4734e5e
commit
33b85e2436
11 changed files with 41 additions and 28 deletions
|
@ -7,7 +7,7 @@
|
|||
<section class="list">
|
||||
{{ range .Pages.ByPublishDate.Reverse }}
|
||||
<a href="{{ .RelPermalink }}">
|
||||
{{ .Date.Format "02-01-2006" }} || {{ .Title }} <span class="comment"></span>
|
||||
{{ .Date.Format .Site.Params.dateFormat }} || {{ .Title }} <span class="comment"></span>
|
||||
</a><br>
|
||||
{{ end }}
|
||||
</section>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue