Großes Update
This commit is contained in:
parent
ee74bb466e
commit
a17a42ad8e
11 changed files with 23 additions and 48 deletions
|
|
@ -6,8 +6,8 @@
|
|||
{{ range $pages.Pages }}
|
||||
<a href="{{ .RelPermalink }}" style="display: block">
|
||||
<div class="list">
|
||||
{{ $dateMachine := .Date | time.Format "2006-01-02T15:04:05-07:00" }}
|
||||
{{ $dateHuman := .Date | time.Format "2006-01-02" }}
|
||||
{{ $dateMachine := .Lastmod | time.Format "2006-01-02T15:04:05-07:00" }}
|
||||
{{ $dateHuman := .Lastmod | time.Format ":date_long" }}
|
||||
<time datetime="{{ $dateMachine }}">{{ $dateHuman }}</time>
|
||||
|
||||
<h2>{{ .Title }}</h2>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue