diff options
Diffstat (limited to '_includes/navigation.html')
| -rw-r--r-- | _includes/navigation.html | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/_includes/navigation.html b/_includes/navigation.html deleted file mode 100644 index b92bf7f..0000000 --- a/_includes/navigation.html +++ /dev/null @@ -1,15 +0,0 @@ -<nav> - <img src="/assets/img/aaoth-logo.png" alt="aaoth website logo" - width="376" height="102"> - <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> |
