diff options
author | Starfall <us@starfall.systems> | 2023-09-05 22:42:12 -0500 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2023-09-05 22:42:12 -0500 |
commit | 1edc816acbf36ba65bdb9a32be28536e8b7fb8d5 (patch) | |
tree | 4caffed2a26d8ffb726f9d688d6ecad89d616a36 /_includes/blogpost.njk | |
parent | 57255a83a785ab1e9525a7d4c58e00d17ce446ad (diff) |
move moons below nav
Diffstat (limited to '_includes/blogpost.njk')
-rw-r--r-- | _includes/blogpost.njk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_includes/blogpost.njk b/_includes/blogpost.njk index 0867c95..11f7582 100644 --- a/_includes/blogpost.njk +++ b/_includes/blogpost.njk @@ -16,9 +16,8 @@ title = "Starfall" <body> <!-- todo color picker --> -<header> +<header class=clearfix> <h1>{{ title }}</h1> - <span id=decor-moons aria-hidden=true></span> <nav aria-label=primary> {% set navs = collections.all | eleventyNavigation %} <ul>{%- for nav in navs %} @@ -27,6 +26,7 @@ title = "Starfall" </li>{%- endfor %} </ul> </nav> + <span id=decor-moons aria-hidden=true></span> </header> <article> |