Added coming soon; refactored it to keep my CI working
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 36s

This commit is contained in:
2024-09-22 21:50:23 +02:00
parent c7b2573e15
commit 7003817c74
61 changed files with 289 additions and 1060 deletions

View File

@@ -1,10 +0,0 @@
{{ define "main" }}
<h1>{{ .Title }}</h1>
{{ $dateMachine := .Date | time.Format "2006-01-02T15:04:05-07:00" }}
{{ $dateHuman := .Date | time.Format ":date_long" }}
<time datetime="{{ $dateMachine }}">{{ $dateHuman }}</time>
{{ .Content }}
{{ partial "terms.html" (dict "taxonomy" "tags" "page" .) }}
{{ end }}