add styling to sitemap
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-09-08 10:49:41 -07:00
parent bbcdb5ee03
commit 3fc4468d09
+7
View File
@@ -8,8 +8,14 @@ eleventyExcludeFromCollections: true
<html>
<head>
<title>Sitemap</title>
<style>{% include "css/main.css" %}</style>
</head>
<body>
<main>
<h1>sitemap: hello hello</h1>
<p class="centered">
Return <a href="/">home</a>.
</p>
<table>
<thead>
<tr>
@@ -30,6 +36,7 @@ eleventyExcludeFromCollections: true
</xsl:for-each>
</tbody>
</table>
</main>
</body>
</html>
</xsl:template>