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