Port a Gitea

This commit is contained in:
2024-03-25 23:05:37 +01:00
parent d75599d8d8
commit d0a58daf5f
17 changed files with 69 additions and 43 deletions

View File

@ -0,0 +1,11 @@
{{ define "main" }}
<p class="notice">
{{ .Description }}
<br />
<br />
📅: {{ partial "time.html" . }}
<br />
📍: {{ .Params.place }}
</p>
{{ .Content }}
{{ end }}