fix: update hardcoded links to dynamic routes and replace static title with page title variable

This commit is contained in:
2025-06-26 19:46:59 +02:00
parent 5180ace115
commit 9746102580
2 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
<!-- Linke Spalte - Text -->
<div class="w-full lg:w-1/2">
<div class="prose prose-invert">
<h2 class="text-4xl font-bold text-sf_blau-500 mb-6">Ihr Titel</h2>
<h2 class="text-4xl font-bold text-sf_blau-500 mb-6"><?= $page->title() ?></h2>
<p class="text-lg text-white">
Ihr Text kommt hier. Lorem ipsum dolor sit amet, consectetur
adipiscing elit.