diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2021-08-23 20:11:32 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2021-08-23 20:11:32 +0300 |
| commit | e3fa69262e3dbf65f92580f3600540393308587d (patch) | |
| tree | 24486a03df4cde1bc8af07951648213a876c5271 /_includes | |
| parent | 07948640ab78b6a0cc97a6968ecea1ee36e9a680 (diff) | |
| download | aaoth.xyz-e3fa69262e3dbf65f92580f3600540393308587d.tar.gz aaoth.xyz-e3fa69262e3dbf65f92580f3600540393308587d.zip | |
tweak music project page
also fix header that was wrong.
add styles for titles with backlink.
& other changes (see diff, i'm lazy)
Diffstat (limited to '_includes')
| -rw-r--r-- | _includes/navigation.html | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/_includes/navigation.html b/_includes/navigation.html index ff9e372..3615a1a 100644 --- a/_includes/navigation.html +++ b/_includes/navigation.html @@ -1,16 +1,17 @@ <nav> - <ul> - {%- for item in site.data.navigation -%} - <li> - <a href="{{ item.link }}" - {%- if page.url == item.link -%} - class="current" - {%- endif -%}> - {{ item.name }} - </a> - </li> - {%- endfor -%} - </ul> - <img src="/assets/img/aaoth-logo.png" alt="aaoth" - width="376px" height="auto"> + <img src="/assets/img/aaoth-logo.png" alt="aaoth website logo" + width="376px" height="auto"> + <ul> + {%- for item in site.data.navigation -%} + <li> + <a href="{{ item.link }}" + {%- if page.url == item.link -%} + class="current" + {%- endif -%}> + {{ item.name }} + </a> + </li> + {%- endfor -%} + </ul> + <hr> </nav> |
