Fixes
This commit is contained in:
parent
181171399a
commit
b8dda716d0
10 changed files with 119 additions and 44 deletions
|
@ -3,12 +3,12 @@
|
|||
<h1>{{ .Title }}</h1>
|
||||
{{ range .Data.Pages -}}
|
||||
<li>
|
||||
<span>
|
||||
<a href="{{ .Permalink }}">{{ .Title }}</a>
|
||||
{{ if eq .Kind "page" }}
|
||||
<time class="pull-right post-list" datetime="{{ .Date.Format "2006-01-02T15:04:05Z0700" }}">{{ .Date.Format "Jan 2, 2006" }}</time>
|
||||
{{ end }}
|
||||
</span>
|
||||
<div class="flex">
|
||||
<a href="{{ .Permalink }}" class="truncate">{{ .Title }}</a>
|
||||
{{ if eq .Kind "page" }}
|
||||
<time class="nowrap" datetime="{{ .Date.Format "2006-01-02T15:04:05Z0700" }}">{{ .Date.Format "Jan 2, 2006" }}</time>
|
||||
{{ end }}
|
||||
</div>
|
||||
</li>
|
||||
{{- end }}
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue