Unpacked upcoming.zip to git repo root and removed the temporary 'coming-soon' site
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s

This commit is contained in:
2024-09-23 20:44:28 +02:00
parent b92c1e2b95
commit 715dd163e9
59 changed files with 1061 additions and 286 deletions

View File

@@ -0,0 +1,7 @@
{{ define "main" }}
{{ .Content }}
{{ range site.RegularPages }}
<h2><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></h2>
{{ .Summary }}
{{ end }}
{{ end }}