hugo-ataru

Hugo theme with titleless posts and microformats2 support

git clone git://git.shimmy1996.com/hugo-ataru.git

baseof.html (182B)

    1 <!DOCTYPE html>
    2 <html lang="{{ .Site.Language }}">
    3   {{- partial "head.html" . -}}
    4   <body>
    5     {{- block "main" . }}{{- end }}
    6     {{- partial "footer.html" . -}}
    7   </body>
    8 </html>