mirror of
https://github.com/Kugelschieber/schnittfest.git
synced 2026-01-18 10:20:27 +00:00
Compare commits
2 Commits
50004571c6
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 047adf7b92 | |||
| a031e64799 |
@@ -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"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user