mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 08:12:11 +00:00
a0cbba8a63
- Language code in <html> tag - Make post list more easily clickable by splitting post URLs and timestamps.
11 lines
297 B
HTML
11 lines
297 B
HTML
<!DOCTYPE html>
|
|
<html lang="{{- default "" .Site.LanguageCode -}}">
|
|
{{- partial "head.html" . -}}
|
|
<body>
|
|
{{- partial "header.html" . -}}
|
|
<main id="content">
|
|
{{- block "main" . }}{{- end }}
|
|
</main>
|
|
{{- partial "footer.html" . -}}
|
|
</body>
|
|
</html>
|