mirror of
https://github.com/loikein/hugo-tufte.git
synced 2024-11-15 12:56:57 +01:00
13 lines
228 B
HTML
13 lines
228 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="{{ .Site.LanguageCode }}">
|
||
|
{{- partial "header.html" . -}}
|
||
|
|
||
|
<body >
|
||
|
{{ block "main" . }}{{ end }}
|
||
|
|
||
|
<script>
|
||
|
feather.replace()
|
||
|
</script>
|
||
|
</body>
|
||
|
|
||
|
</html>
|