Updates to theme
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user