stuff
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
{{ range.Pages }}
|
||||
|
||||
<li>
|
||||
<time datetime="{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}">{{ .Date.Format "2006 Jan 2" }}</time> –
|
||||
<time datetime="{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}">{{ .Date.Format "2006 Jan 02" }}</time> –
|
||||
<a href="{{ .RelPermalink }}">{{ .Title }}</a>
|
||||
</li>
|
||||
|
||||
|
10
layouts/_default/tag.html
Normal file
10
layouts/_default/tag.html
Normal file
@@ -0,0 +1,10 @@
|
||||
{{ partial "header.html" . }}
|
||||
|
||||
<header><h1>{{ .Title | title }}</h1></header>
|
||||
|
||||
{{ .Content }}
|
||||
<ul class=tagartlist>
|
||||
{{ range.Pages }}<li><time datetime="{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}">{{ .Date.Format "2006 Jan 02" }}</time> – <a href="{{ .RelPermalink }}">{{ .Title }}</a></li>
|
||||
{{ end }}</ul>
|
||||
|
||||
{{ partial "footer.html" . }}
|
@@ -1,7 +0,0 @@
|
||||
{{ partial "header.html" . }}
|
||||
|
||||
<header><h1>{{ .Title }}</h1></header>
|
||||
|
||||
{{ .Content }}
|
||||
|
||||
{{ partial "footer.html" . }}
|
Reference in New Issue
Block a user