2020-11-03 23:46:20 +00:00
|
|
|
<!DOCTYPE html>
|
2022-05-30 22:49:31 +00:00
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="{{- default "" .Site.LanguageCode }}" xml:lang="{{- default "" .Site.LanguageCode }}" prefix="og: https://ogp.me/ns# article: https://ogp.me/ns/article# cc: http://creativecommons.org/ns#">
|
2022-04-26 00:28:13 +00:00
|
|
|
{{ partial "head.html" . -}}
|
2022-10-30 21:49:52 +00:00
|
|
|
{{- $stype := "https://schema.org/WebPage" -}}
|
2022-06-09 18:13:25 +00:00
|
|
|
{{- with .Params.stype -}}
|
|
|
|
{{- $stype = . -}}
|
|
|
|
{{- end -}}
|
2022-10-30 21:49:52 +00:00
|
|
|
<body itemscope="" itemtype="{{ $stype }}">
|
2022-05-01 20:36:02 +00:00
|
|
|
{{ partial "header.html" . -}}
|
2022-04-26 00:28:13 +00:00
|
|
|
{{- block "main" . }}{{- end -}}
|
2022-06-09 18:13:25 +00:00
|
|
|
{{ partial "footer.html" . }}
|
2022-02-11 06:12:45 +00:00
|
|
|
</body>
|
2022-05-30 22:49:31 +00:00
|
|
|
</html>
|