mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
fix timeline showing odrinary pages
This commit is contained in:
committed by
GitHub
parent
24ca2409be
commit
007c602494
@@ -3,7 +3,7 @@
|
||||
Projects
|
||||
</h1>
|
||||
<ul>
|
||||
{{ range .Paginator.Pages }}
|
||||
{{ range where .Paginator.Pages "Section" "ne" "" }}
|
||||
<li>
|
||||
<span class="date">{{ .Date.Format (.Site.Params.dateFormat | default "January 2, 2006" ) }}</span>
|
||||
<a class="title" href="{{ .Params.ExternalLink | default .RelPermalink }}">{{ .Title }}</a>
|
||||
|
||||
Reference in New Issue
Block a user