mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-15 01:42:10 +00:00
cffa22e79e
Split up some verbose and repetitive templates to use nested templates. Cache some templates that don't need to be re-built every time. Reading time: switch "a" to "an" when followed by the number "8". Improve whitespace alignment a bit.
8 lines
399 B
HTML
8 lines
399 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">
|
|
{{ partialCached "header.html" . .Section -}}
|
|
{{- block "main" . }}{{- end -}}
|
|
{{ partialCached "footer.html" . }}
|
|
</body>
|