Update header

- Include alt text for header logo image
This commit is contained in:
Shane Engelman 2023-01-22 20:34:20 -06:00
parent fedfa92efc
commit bcdcf46702
Signed by: shane
GPG Key ID: D9DF703B83B9A9B5
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{%- assign page_paths = site.header_pages | default: default_paths -%}
<header>
<div class="menu">
<span class="menu-logo"><img src="assets/base/distrust-text-white.svg" height="20px"/></span>
<a href="/"><img class="menu-logo" src="assets/base/distrust-text-white.svg" height="20px" alt="Distrust broken chain logo with white text"/></a>
<ul>
{%- for path in page_paths -%}
{%- assign my_page = site.pages | where: "path", path | first -%}