diff options
Diffstat (limited to 'layouts/page.html')
| -rw-r--r-- | layouts/page.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/page.html b/layouts/page.html index bac8b18..b99efb2 100644 --- a/layouts/page.html +++ b/layouts/page.html @@ -1,5 +1,5 @@ {{ define "main" }} - <h1 class="title">{{ .Title }}</h1> - {{ .Content }} - {{ partial "terms.html" (dict "taxonomy" "tags" "page" .) }} +<h1 class="title">{{ .Title }}</h1> +{{ .Content }} +{{ partial "terms.html" (dict "taxonomy" "tags" "page" .) }} {{ end }} |