Add intro to Explore page
This commit is contained in:
parent
96906179be
commit
72f0a1db28
@ -4,8 +4,9 @@ eleventyExcludeFromCollections: true
|
|||||||
eleventyComputed:
|
eleventyComputed:
|
||||||
desc: Explore {{ sitemeta.siteName }}.
|
desc: Explore {{ sitemeta.siteName }}.
|
||||||
---
|
---
|
||||||
{{ set explorePages = collections["explore links"] |> eleventyNavigation }}
|
<p>You can start with the following pages to explore my website.</p>
|
||||||
|
|
||||||
|
{{ set explorePages = collections["explore links"] |> eleventyNavigation }}
|
||||||
<ul>
|
<ul>
|
||||||
{{ for entry of explorePages }}
|
{{ for entry of explorePages }}
|
||||||
<li>
|
<li>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user