diff options
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r-- | layouts/_default/baseof.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 85993a1..7f7c5ae 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -6,5 +6,7 @@ {{- partial "header.html" . -}} {{- block "main" . }}{{- end }} {{- partial "footer.html" . -}} + + {{- block "footerfiles" . }}{{- end }} </body> </html> |