|
@@ -2,7 +2,7 @@
|
|
|
<h2 class="vh">{{ T "nav_main_navigation" }}</h2>
|
|
|
<button id="menu-button" aria-expanded="false">
|
|
|
<svg viewBox="0 0 50 50" aria-hidden="true" focusable="false">
|
|
|
- <use xlink:href="#menu"></use>
|
|
|
+ <use href="#menu"></use>
|
|
|
</svg>
|
|
|
{{ T "nav_button_menu" }}
|
|
|
</button>
|
|
@@ -16,7 +16,7 @@
|
|
|
{{ $active = or $active (and (eq .Name "Tags") (eq $current.Section "tags")) }}
|
|
|
<a href="{{ .URL }}" {{ if $active }}aria-current="page"{{ end }}>
|
|
|
<svg class="bookmark-icon" aria-hidden="true" focusable="false" viewBox="0 0 40 50">
|
|
|
- <use xlink:href="#bookmark"></use>
|
|
|
+ <use href="#bookmark"></use>
|
|
|
</svg>
|
|
|
<span class="text">{{ .Name }}</span>
|
|
|
</a>
|