aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/_default/home.xslt.rss.xsl
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/home.xslt.rss.xsl
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/home.xslt.rss.xsl')
-rw-r--r--themes/default/layouts/_default/home.xslt.rss.xsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/layouts/_default/home.xslt.rss.xsl b/themes/default/layouts/_default/home.xslt.rss.xsl
index 458e198..39a0af4 100644
--- a/themes/default/layouts/_default/home.xslt.rss.xsl
+++ b/themes/default/layouts/_default/home.xslt.rss.xsl
@@ -8,14 +8,14 @@
>
<xsl:output method="html" version="1.0" encoding="UTF-8" indent="yes"/>
<xsl:template match="/">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" data-xml="">
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" data-xml="" data-document="xhtml">
<head>
{{ printf `<title><xsl:value-of select="/rss/channel/title"/> Web Feed</title>` | safeHTML }}
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
{{- partial "base-css.html" . -}}
</head>
- <body data-document="xhtml">
+ <body>
<column-base position="left"></column-base>
<column-base position="middle">
<main>