Skip to content
Snippets Groups Projects
Verified Commit 4a92336b authored by Julia Haß's avatar Julia Haß
Browse files

fix: homepage bugs

parent 8917b91c
No related branches found
No related tags found
1 merge request!3Refactoring and dokumentation part 1
Pipeline #224882 passed
File moved
File moved
...@@ -3,11 +3,11 @@ title: "InfoTreff" ...@@ -3,11 +3,11 @@ title: "InfoTreff"
menu: "main" menu: "main"
weight: 6 weight: 6
layout: infotreff layout: infotreff
image: images/cafe.jpeg image: cafe.jpeg
--- ---
Der Treffpunkt für Studis, wo andere Informatik-Studis und Profs für euch leckeren Kaffee kochen. Kleine Snacks wie Schokoriegel, Eis, Müsli, Couscous-Salat und 5-Minuten-Terrinen gibt es natürlich auch! Der Treffpunkt für Studis, wo andere Informatik-Studis und Profs für euch leckeren Kaffee kochen. Kleine Snacks wie Schokoriegel, Eis, Müsli, Couscous-Salat und 5-Minuten-Terrinen gibt es natürlich auch!
Es ist einfach der perfekte Ort, um neue Leute kennenzulernen, gemeinsam Zeit zu verbringen und leckeren Kaffee, Kakao oder Tee zu trinken! Es ist einfach der perfekte Ort, um neue Leute kennenzulernen, gemeinsam Zeit zu verbringen und leckeren Kaffee, Kakao oder Tee zu trinken!
Kommt gerne einfach vorbei, wir freuen uns auf euch! Kommt gerne einfach vorbei, wir freuen uns auf euch!
\ No newline at end of file
...@@ -3,11 +3,11 @@ title: "InfoTreff - Café" ...@@ -3,11 +3,11 @@ title: "InfoTreff - Café"
menu: "main" menu: "main"
weight: 6 weight: 6
layout: infotreff layout: infotreff
image: images/cafe.jpeg image: cafe.jpeg
--- ---
The meeting place for students, where other computer science students and professors make delicious coffee for you. Small snacks such as chocolate bars, ice cream, muesli, couscous salad and 5-minute terrines are of course also available! The meeting place for students, where other computer science students and professors make delicious coffee for you. Small snacks such as chocolate bars, ice cream, muesli, couscous salad and 5-minute terrines are of course also available!
It's simply the perfect place to meet new people, spend time together and drink delicious coffee, cocoa or tea! It's simply the perfect place to meet new people, spend time together and drink delicious coffee, cocoa or tea!
Just drop by, we look forward to seeing you! Just drop by, we look forward to seeing you!
\ No newline at end of file
banner: banner:
enable: true enable: true
image: "/images/banner.jpeg" image: "content/media/banner.jpeg"
items: items:
- type: heading - type: heading
heading: Herzlich Willkommen! heading: Herzlich Willkommen!
......
...@@ -12,6 +12,6 @@ ...@@ -12,6 +12,6 @@
{{ .Content }} {{ .Content }}
</section> </section>
<img src="{{ .Params.image | relURL }}" class="col-6 col-12-narrower"> <img src='{{.Page.Permalink}}media/{{.Param "image"}}' class="col-6 col-12-narrower">
</div> </div>
{{ end }} {{ end }}
\ No newline at end of file
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment