diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2021-09-19 16:34:37 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2021-09-19 16:34:37 +0300 |
| commit | a546917f088f049e91aca075a222096dea83fb2b (patch) | |
| tree | 1615c42547dbd5c33c69703351b893462a7f8a5d /_includes/navigation.html | |
| parent | 1f26e4981ecd89ace20d9e329a629fd63dfc269a (diff) | |
| download | aaoth.xyz-a546917f088f049e91aca075a222096dea83fb2b.tar.gz aaoth.xyz-a546917f088f049e91aca075a222096dea83fb2b.zip | |
fix html errors
Diffstat (limited to '_includes/navigation.html')
| -rw-r--r-- | _includes/navigation.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/_includes/navigation.html b/_includes/navigation.html index 3615a1a..638b75e 100644 --- a/_includes/navigation.html +++ b/_includes/navigation.html @@ -1,13 +1,11 @@ <nav> <img src="/assets/img/aaoth-logo.png" alt="aaoth website logo" - width="376px" height="auto"> + width="376"> <ul> {%- for item in site.data.navigation -%} <li> <a href="{{ item.link }}" - {%- if page.url == item.link -%} - class="current" - {%- endif -%}> + {% if page.url == item.link %}class="current"{% endif %}> {{ item.name }} </a> </li> |
