Fix main page link order in navigation
This commit is contained in:
parent
d8d3fe9838
commit
03f6964a82
|
@ -4,7 +4,7 @@ desc: A collection of creatures and stuff I have adopted from other websites.
|
|||
isContentDivided: true
|
||||
hasTooltips: true
|
||||
eleventyNavigation:
|
||||
order: 7
|
||||
order: 8
|
||||
---
|
||||
|
||||
{%- macro adoptable(url, file, alt, tooltip=alt) -%}
|
||||
|
|
|
@ -4,5 +4,5 @@ title: Links
|
|||
desc: A curated collection of links.
|
||||
hasTooltips: true
|
||||
eleventyNavigation:
|
||||
order: 8
|
||||
order: 9
|
||||
---
|
||||
|
|
Loading…
Reference in New Issue