Add subsites to site map

This commit is contained in:
Helen Chong 2024-06-21 12:29:25 +08:00
parent 3af26d1424
commit 4bbb0e409e
1 changed files with 7 additions and 1 deletions

View File

@ -8,8 +8,14 @@ eleventyComputed:
desc: Site map of {{ sitemeta.siteName | safe }}.
---
<p>This page lists the links to the pages on my website for easier navigation.</p>
<p>Navigation for browsing {{ sitemeta.siteName }}.</p>
<h2>Subsites</h2>
<ul class="sitemap">
<li><a href="https://tumbleblog.leilukin.com/">Tumbleblog</a></li>
</ul>
<h2>Main Site</h2>
{{ collections.all | eleventyNavigation | eleventyNavigationToHtml(navigationOptions) | safe }}
<style>