This commit is contained in:
@@ -8,8 +8,14 @@ eleventyExcludeFromCollections: true
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Sitemap</title>
|
<title>Sitemap</title>
|
||||||
|
<style>{% include "css/main.css" %}</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<main>
|
||||||
|
<h1>sitemap: hello hello</h1>
|
||||||
|
<p class="centered">
|
||||||
|
Return <a href="/">home</a>.
|
||||||
|
</p>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@@ -30,6 +36,7 @@ eleventyExcludeFromCollections: true
|
|||||||
</xsl:for-each>
|
</xsl:for-each>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</main>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|||||||
Reference in New Issue
Block a user