mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
c26a6d6cc8
- Don't auto-minify HTML but minify other resources, inc. the RSS feed - Manually optimize whitespace a little to balance readability and compressed size
8 lines
378 B
HTML
8 lines
378 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>
|