diff options
Diffstat (limited to 'www/layouts/single.html')
-rw-r--r-- | www/layouts/single.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/layouts/single.html b/www/layouts/single.html index cd0e9c5..33360b4 100644 --- a/www/layouts/single.html +++ b/www/layouts/single.html @@ -18,6 +18,8 @@ {{ end}} </p> {{ .Content }} - <hr class="end-hr"/> - {{ partial "nav.html" . }} {{ end }} + +{{ define "footer" }} + {{ partial "nav.html" . }} +{{ end }}
\ No newline at end of file |