article tags
This commit is contained in:
parent
ee696fd99d
commit
43ff3f0921
@ -1,4 +1,6 @@
|
|||||||
{{ partial "header.html" . -}}
|
{{ partial "header.html" . -}}
|
||||||
<header><h1>{{ if .Title }}{{ .Title }}{{ else }}{{ .Site.Title }}{{ end }}</h1></header>
|
<header><h1>{{ if .Title }}{{ .Title }}{{ else }}{{ .Site.Title }}{{ end }}</h1></header>
|
||||||
|
<article>
|
||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
|
</article>
|
||||||
{{ partial "footer.html" . }}
|
{{ partial "footer.html" . }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user