fix: update hardcoded links to dynamic routes and replace static title with page title variable
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user