fix sitemap size

This commit is contained in:
2026-09-18 12:30:23 -07:00
parent 5724f509a0
commit 25cf8a38ec
+2 -1
View File
@@ -7,7 +7,8 @@ eleventyExcludeFromCollections: true
<xsl:template match="/"> <xsl:template match="/">
<html> <html>
<head> <head>
<title>Sitemap</title> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>sitemap | hello hello</title>
<style>{% include "css/main.css" %}</style> <style>{% include "css/main.css" %}</style>
</head> </head>
<body> <body>