Add subsites to site map
This commit is contained in:
parent
3af26d1424
commit
4bbb0e409e
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue