Compare commits

...

4 Commits

Author SHA1 Message Date
047adf7b92 Small fix. 2025-08-22 10:50:32 +02:00
a031e64799 Updated to Shifu v1.0. 2025-03-09 21:33:43 +01:00
Marvin Blum
50004571c6 Update insta.html 2024-06-26 14:45:55 +02:00
Marvin Blum
7c98f45c60 Update insta.html 2024-06-26 14:18:15 +02:00
2 changed files with 2 additions and 3 deletions

View File

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

View File

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