mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
43a3e7c0f8
Some HTML tags can be removed without changing the DOM. Reference: https://html.spec.whatwg.org/multipage/syntax.html#syntax-tag-omission
8 lines
229 B
HTML
8 lines
229 B
HTML
<!DOCTYPE html>
|
|
<html lang="{{- default "" .Site.LanguageCode -}}">
|
|
{{- partial "head.html" . -}}
|
|
{{- partial "header.html" . -}}
|
|
<main id="content">
|
|
{{- block "main" . }}{{- end }}
|
|
</main>
|
|
{{- partial "footer.html" . -}}
|