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")}}