From d3bf8f3b06e229dceafacacf27a40bc6e18157b5 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Thu, 1 Jun 2023 21:25:09 +0200 Subject: [PATCH] Toevoegen link naar ledendeel --- static/afbeeldingen/iconen/user.svg | 1 + themes/nluug/layouts/partials/header.html | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 static/afbeeldingen/iconen/user.svg diff --git a/static/afbeeldingen/iconen/user.svg b/static/afbeeldingen/iconen/user.svg new file mode 100644 index 0000000..367ac71 --- /dev/null +++ b/static/afbeeldingen/iconen/user.svg @@ -0,0 +1 @@ + diff --git a/themes/nluug/layouts/partials/header.html b/themes/nluug/layouts/partials/header.html index 07b28a9..38f2f78 100644 --- a/themes/nluug/layouts/partials/header.html +++ b/themes/nluug/layouts/partials/header.html @@ -41,6 +41,12 @@ {{ partial "show-svg-icon.html" (dict "context" . "icon" "magnifying-glass" "title" $search) }} +
  • + {{ $text := safeHTML (strings.FirstUpper (i18n "ledendeel")) }} + + {{ partial "show-svg-icon.html" (dict "context" . "icon" "user" "title" $text) }} + +