estado de proyecto / evento

This commit is contained in:
2024-03-30 20:38:32 +01:00
parent bc5d1b659a
commit f2da72122a
3 changed files with 8 additions and 0 deletions

View File

@ -12,6 +12,7 @@
<p>{{ .Description }}</p>
<p>📅: {{ partial "time.html" . }}</p>
<p>📍: {{ .Params.place }}</p>
<p><i>{{ T (cond (eq (.Params.finished) true) "finished" "unfinished") }}</i></p>
<a class="button" href="{{ .Permalink }}">Info</a>
</div>
</div>