Updated to Shifu v1.0.

This commit is contained in:
2025-03-09 21:33:43 +01:00
parent 50004571c6
commit a031e64799
2 changed files with 2 additions and 3 deletions

View File

@@ -10,8 +10,7 @@
"secure_cookies": false,
"cookie_domain_name": "schnittfest.gmbh"
},
"content": {
"provider": "git",
"git": {
"update_seconds": 30,
"repository": "https://github.com/Kugelschieber/schnittfest.git"
},

View File

@@ -1,5 +1,5 @@
<section id="work" class="section-work">
<div class="container">
{{.CMS.Render .Page (index .Content.Content "content")}}
{{.CMS.Render .Args .Page (index .Content.Content "content")}}
</div>
</section>