Add intro to Explore page
This commit is contained in:
parent
96906179be
commit
72f0a1db28
@ -4,8 +4,9 @@ eleventyExcludeFromCollections: true
|
||||
eleventyComputed:
|
||||
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>
|
||||
{{ for entry of explorePages }}
|
||||
<li>
|
||||
|
Loading…
x
Reference in New Issue
Block a user