Add pagination of articles; Swap date and article title in the list
This commit is contained in:
@ -15,6 +15,7 @@ paginate = 4
|
|||||||
mainSections = ["articles"]
|
mainSections = ["articles"]
|
||||||
showTaxonomyLinks = false
|
showTaxonomyLinks = false
|
||||||
nBlogLatest = 14 # number of blog post om the home page
|
nBlogLatest = 14 # number of blog post om the home page
|
||||||
|
Paginate = 30
|
||||||
blogLatestHeading = "Latest Dabblings"
|
blogLatestHeading = "Latest Dabblings"
|
||||||
footer = "Copyright 2021- IPng Networks GmbH, all rights reserved"
|
footer = "Copyright 2021- IPng Networks GmbH, all rights reserved"
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ Here’s a sitemap of informational articles and papers in reversed chronologica
|
|||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
{{- range $pages.Pages -}}
|
{{- range $pages.Pages -}}
|
||||||
<li><a href="{{ .Permalink }}">{{.Title}} (<time>{{ .Date.Format "2006-01-02"}}</time>)</a></li>
|
<li><a href="{{ .Permalink }}"><time>{{ .Date.Format "2006-01-02"}}</time> - {{.Title}}</a></li>
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user