mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2025-05-09 14:06:02 +02:00
First commit with initial theme
Some file are empty (created by `hugo new theme`), but I've left them for reference later.
This commit is contained in:
20
layouts/index.html
Normal file
20
layouts/index.html
Normal file
@ -0,0 +1,20 @@
|
||||
<!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>
|
Reference in New Issue
Block a user