Toevoegen link naar ledendeel

This commit is contained in:
Michael Boelen 2023-06-01 21:25:09 +02:00
parent bc191b7905
commit d3bf8f3b06
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512H418.3c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 269.7 304H178.3z"/></svg>

After

Width:  |  Height:  |  Size: 442 B

View file

@ -41,6 +41,12 @@
{{ partial "show-svg-icon.html" (dict "context" . "icon" "magnifying-glass" "title" $search) }}
</a>
</li>
<li>
{{ $text := safeHTML (strings.FirstUpper (i18n "ledendeel")) }}
<a href="https://leden.nluug.nl/leden/">
{{ partial "show-svg-icon.html" (dict "context" . "icon" "user" "title" $text) }}
</a>
</li>
</ul>
</nav>
</div>