From 974610258083edebda9d1cec9fe5553356cf0f2d Mon Sep 17 00:00:00 2001 From: Tobias Feigel Date: Thu, 26 Jun 2025 19:46:59 +0200 Subject: [PATCH] fix: update hardcoded links to dynamic routes and replace static title with page title variable --- site/snippets/hero.php | 2 +- site/snippets/navbar.php | 38 +++++++++++++++++++------------------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/site/snippets/hero.php b/site/snippets/hero.php index aaff055..87de34a 100644 --- a/site/snippets/hero.php +++ b/site/snippets/hero.php @@ -15,7 +15,7 @@
-

Ihr Titel

+

title() ?>

Ihr Text kommt hier. Lorem ipsum dolor sit amet, consectetur adipiscing elit. diff --git a/site/snippets/navbar.php b/site/snippets/navbar.php index ce0366a..49f3cdf 100644 --- a/site/snippets/navbar.php +++ b/site/snippets/navbar.php @@ -39,8 +39,8 @@

@@ -106,10 +106,10 @@