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
|
isContentDivided: true
|
||||||
hasTooltips: true
|
hasTooltips: true
|
||||||
eleventyNavigation:
|
eleventyNavigation:
|
||||||
order: 7
|
order: 8
|
||||||
---
|
---
|
||||||
|
|
||||||
{%- macro adoptable(url, file, alt, tooltip=alt) -%}
|
{%- macro adoptable(url, file, alt, tooltip=alt) -%}
|
||||||
|
|
|
@ -4,5 +4,5 @@ title: Links
|
||||||
desc: A curated collection of links.
|
desc: A curated collection of links.
|
||||||
hasTooltips: true
|
hasTooltips: true
|
||||||
eleventyNavigation:
|
eleventyNavigation:
|
||||||
order: 8
|
order: 9
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in New Issue