feat: update homepage text and layout with new introduction
Added a welcoming introduction for Schachfreunde Bad Steben to the homepage text. Replaced generic "Hallo Welt!" heading with "Herzlich Willkommen!". Integrated dynamic text rendering using `kirbytext()` for better content management.
This commit is contained in:
@@ -2,6 +2,10 @@ Title: Home
|
||||
|
||||
----
|
||||
|
||||
Text: Die Schachfreunde Bad Steben begrüßen Sie auf unserer neuen Homepage! Seit unserer Gründung 1982 spielen wir durchgehend in den lokalen Ligen und stellen aktuell **zwei Mannschaften in der Kreisklasse** des **Schachkreises Hof-Bayreuth-Kulmbach** als Spielgemeinschaft mit dem **TV Reinersreuth**.
|
||||
|
||||
----
|
||||
|
||||
Herobutton: Kontakt
|
||||
|
||||
----
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
<?php snippet('layout', slots: true) ?>
|
||||
|
||||
<h1>Hallo Welt!</h1>
|
||||
<h1>Herzlich Willkommen!</h1>
|
||||
|
||||
<?= $page->text()->kirbytext() ?>
|
||||
|
||||
<?php snippet('home-news', [
|
||||
'news' => page('news')
|
||||
|
||||
Reference in New Issue
Block a user