add aria-label to treehouse icon
This commit is contained in:
parent
2ba80c3ce8
commit
5048daeb24
1 changed files with 2 additions and 2 deletions
|
@ -8,11 +8,11 @@
|
|||
});
|
||||
</script>
|
||||
</section>
|
||||
|
||||
|
||||
{{!-- For all pages except the one linked from the footer, include the footer icon. --}}
|
||||
{{#if (ne page.tree_path "treehouse")}}
|
||||
<section class="right">
|
||||
<a href="{{ config.site }}/treehouse" id="footer-icon">
|
||||
<a href="{{ config.site }}/treehouse" id="footer-icon" aria-label="About the website">
|
||||
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g id="all">
|
||||
<mask id="mask">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue