Add Explore page
This commit is contained in:
parent
053e84008c
commit
18750811e5
17
src/slashes/navbarlinks/explore.vto
Normal file
17
src/slashes/navbarlinks/explore.vto
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
---
|
||||||
|
title: Explore
|
||||||
|
eleventyComputed:
|
||||||
|
desc: Explore {{ sitemeta.siteName }}.
|
||||||
|
---
|
||||||
|
{{ set explorePages = collections.pages |> eleventyNavigation }}
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
{{ for entry of explorePages }}
|
||||||
|
<li>
|
||||||
|
<p class="item-list__title">
|
||||||
|
<a href="{{ entry.url }}">{{ entry.title }}</a>
|
||||||
|
</p>
|
||||||
|
<p>{{ entry.data.desc }}</p>
|
||||||
|
</li>
|
||||||
|
{{ /for }}
|
||||||
|
</ul>
|
Loading…
x
Reference in New Issue
Block a user