Updates to theme

This commit is contained in:
Mark Bools
2024-07-29 15:55:01 +01:00
parent 9bd317a3fb
commit d5721545d9
3 changed files with 9 additions and 8 deletions
@@ -8,7 +8,7 @@
<div class="nested-links f5 lh-copy nested-copy-line-height">
{{ $gm := or .Params.GM .Parent.Params.GM }}
<ul class="list">
<li>Game Master: <a href='/gmprofile/{{ $gm }}' class="link">{{ $gm }}</a></li>
<li>Game Master: <a href='/gmprofile/{{ lower $gm }}' class="link">{{ $gm }}</a></li>
{{ partial "session-type.html" . }}
<li>Seat reservation fee<a href="/reservation-fee" ><img src="/info.png" class="w100 mw5-ns" style="width: 16px" alt="Info on seat reservation fees" /></a>: ${{ .Params.seat_fee }} {{- if ne nil .Params.patreon.seat_fee }} (Patreons<a href="/patreon-reservation-fee" ><img src="/info.png" class="w100 mw5-ns" style="width: 16px" alt="Info on Patreon seat reservation fees" /></a> {{if .Params.patreon.seat_fee}}${{ .Params.patreon.seat_fee }}{{else}}FREE{{- end}}){{else}}NON {{ .Params.patreon.seat_fee }}{{- end}}</li>
</ul>