From a031e647992e5aabe8f23b916f78c70d73b790d8 Mon Sep 17 00:00:00 2001 From: Marvin Blum Date: Sun, 9 Mar 2025 21:33:43 +0100 Subject: [PATCH] Updated to Shifu v1.0. --- dev_config.json | 3 +-- tpl/work.html | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/dev_config.json b/dev_config.json index c400418..68f4b9b 100644 --- a/dev_config.json +++ b/dev_config.json @@ -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" }, diff --git a/tpl/work.html b/tpl/work.html index 9780b83..0f68cf0 100644 --- a/tpl/work.html +++ b/tpl/work.html @@ -1,5 +1,5 @@
- {{.CMS.Render .Page (index .Content.Content "content")}} + {{.CMS.Render .Args .Page (index .Content.Content "content")}}