small fixes

This commit is contained in:
teldra 2022-03-27 01:00:39 +01:00
parent 4894b33cc9
commit a2f3b6ab50
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
<div id="articlecontent"> <div id="articlecontent">
<div id="articlemeta"> <div id="articlemeta">
{{ if and (ne .Params.when "") (ne .Params.when nil) }} {{ if and (ne .Params.when "") (ne .Params.when nil) }}
<div style="margin-bottom: .4em;"><b>{{ .Params.when }}</b></div> <div style="margin-bottom: .4em;">{{ .Params.when }}</div>
{{ end }} {{ end }}
{{ if and (ne .Params.price "") (ne .Params.price nil) }} {{ if and (ne .Params.price "") (ne .Params.price nil) }}
{{ if eq .Params.price "free" }} {{ if eq .Params.price "free" }}