archetypes
content
static
themes
hugo-theme-ipng
archetypes
assets
data
layouts
_default
archives.html
baseof.html
list.html
rss.xml
single.html
partials
shortcodes
taxonomy
404.html
home.html
static
LICENSE.md
README.md
theme.toml
.drone.yml
.gitattributes
.gitignore
addpic.sh
hugo.yaml
mkgallery.sh
12 lines
260 B
HTML
12 lines
260 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
{{- partial "head.html" . -}}
|
|
<body>
|
|
{{- partial "header.html" . -}}
|
|
<div id="content">
|
|
{{- block "main" . }}{{- end }}
|
|
</div>
|
|
{{- partial "footer.html" . -}}
|
|
</body>
|
|
</html>
|