1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2025-05-21 19:21:12 +02:00

Add common HTML tags to head and footer so we can re-use them

This commit is contained in:
2016-08-30 00:31:01 +03:00
parent 57328b9015
commit b164ceb53c
4 changed files with 10 additions and 10 deletions

View File

@ -1,10 +1,5 @@
<!DOCTYPE html>
<html lang="en">
{{ partial "head.html" . }}
<body>
{{ partial "menu.html" . }}
{{ partial "header.html" . }}
@ -14,7 +9,3 @@
{{ partial "footer.html" . }}
{{ partial "after-footer.html" . }}
</body>
</html>