Initial commit
This commit is contained in:
parent
1228692325
commit
dbe51f693d
23 changed files with 1924 additions and 0 deletions
5
layouts/_default/term.html
Normal file
5
layouts/_default/term.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
{{ define "main" }}
|
||||
<a href="{{ .Parent.RelPermalink }}"> « All {{ .Data.Plural }}</a>
|
||||
<h1>{{ if eq .Data.Singular "tag" }}#{{ end }}{{ .Title }}</h1>
|
||||
{{ partial "archive.html" . }}
|
||||
{{ end }}
|
Reference in a new issue