mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2024-11-14 16:27:04 +01:00
Alan Orth
2bb1d6ecc0
Some file are empty (created by `hugo new theme`), but I've left them for reference later.
21 lines
258 B
HTML
21 lines
258 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
{{ partial "head.html" . }}
|
|
|
|
<body>
|
|
|
|
{{ partial "menu.html" . }}
|
|
|
|
{{ partial "header.html" . }}
|
|
|
|
{{ partial "content.html" . }}
|
|
|
|
{{ partial "footer.html" . }}
|
|
|
|
{{ partial "after-footer.html" . }}
|
|
|
|
</body>
|
|
|
|
</html>
|