mirror of
https://gitlab.com/MisterBiggs/brain-quartz.git
synced 2025-07-21 22:01:34 +00:00
.github
assets
content
data
layouts
_default
_markup
baseof.html
section.html
single.html
taxonomy.html
term.html
partials
404.html
index.html
static
.gitignore
.hugo_build.lock
.prettierrc
CODE_OF_CONDUCT.md
LICENSE.txt
Makefile
README.md
config.toml
screenshot.png
10 lines
118 B
HTML
10 lines
118 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
{{ block "head" . }}
|
|
{{ end }}
|
|
|
|
<body>
|
|
{{ block "main" . }}
|
|
{{ end }}
|
|
</body>
|
|
</html> |