estado de proyecto / evento

This commit is contained in:
Pablo Ferreiro 2024-03-30 20:38:32 +01:00
parent bc5d1b659a
commit f2da72122a
Signed by: ferreiro
GPG Key ID: 41FBCE65B779FA24
3 changed files with 8 additions and 0 deletions

View File

@ -1,2 +1,6 @@
# Header
motto = "Free your source, free your mind"
# Project
finished = "Finished"
unfinished = "Ongoing"

View File

@ -1 +1,4 @@
motto = "Libera tu código, libera tu mente"
finished = "Finalizado"
unfinished = "En progreso"

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>