This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user