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:
@ -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>
|
||||
|
Reference in New Issue
Block a user