aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/_default/baseof.html
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-06-18 18:32:33 -0400
committertdro <tdro@noreply.example.com>2023-06-18 18:32:33 -0400
commit84b2577f14e35168a58e65de29b8bb44ae5383f2 (patch)
tree8000d6625d80685f66c4663894e1e0eee903f7b9 /themes/default/layouts/_default/baseof.html
parent6733028845af76c6f494da7a337ed8a9c9ceba47 (diff)
downloadcanory-84b2577f14e35168a58e65de29b8bb44ae5383f2.tar.gz
canory-84b2577f14e35168a58e65de29b8bb44ae5383f2.tar.bz2
canory-84b2577f14e35168a58e65de29b8bb44ae5383f2.zip
themes/default/layouts/_default/baseof: Move data-document to <html>
Check sitemap
Diffstat (limited to 'themes/default/layouts/_default/baseof.html')
-rw-r--r--themes/default/layouts/_default/baseof.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/default/layouts/_default/baseof.html b/themes/default/layouts/_default/baseof.html
index e2b05fe..e9f8550 100644
--- a/themes/default/layouts/_default/baseof.html
+++ b/themes/default/layouts/_default/baseof.html
@@ -13,6 +13,7 @@
data-type="{{ .Page.Type }}"
itemscope=""
itemtype="http://schema.org/BlogPosting"
+ data-document="html"
>
<head>
<title>
@@ -23,7 +24,7 @@
{{- partial "base-head.html" . -}}
{{- block "styles" . -}}{{- end -}}
</head>
- <body data-document="html">
+ <body>
<skip-link>
<a href="#main">Skip to main content</a>
</skip-link>