mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
b1efab7def
- Decrease the article dom depth by 1 by replacing <main><div> with just <main>. - Fix some whitespace so the HTML output looks better.
8 lines
381 B
HTML
8 lines
381 B
HTML
<!DOCTYPE html>
|
|
<html lang="{{- default "" .Site.LanguageCode -}}" prefix="og: https://ogp.me/ns# article: https://ogp.me/ns/article# cc: http://creativecommons.org/ns#">
|
|
{{ partial "head.html" . -}}
|
|
<body itemscope itemtype="https://schema.org/Blog https://schema.org/WebPage">
|
|
{{ partial "header.html" . -}}
|
|
{{- block "main" . }}{{- end -}}
|
|
{{ partial "footer.html" . }}
|
|
</body>
|