FAQ Update

This commit is contained in:
Andre Beging
2021-07-20 07:23:06 +02:00
parent b4360f161e
commit 1f6de2c4bf
3 changed files with 13 additions and 7 deletions

View File

@@ -15,7 +15,7 @@
{{ if (eq .Permalink (string ("merch/" | absURL))) }}{{ $classString = "class='active'" }}{{else}}{{$classString = ""}}{{ end }}
<a href='{{ "merch/" | absURL }}'>
<li {{$classString | safeHTMLAttr}}>Merchandise</li>
<li {{$classString | safeHTMLAttr}}>Shop</li>
</a>
{{ if (eq .Permalink (string ("location/" | absURL))) }}{{ $classString = "class='active'" }}{{else}}{{$classString = ""}}{{ end }}