refactor: unify template structure by introducing a layout snippet
Replaces repetitive header, navbar, and footer code in templates with a centralized `layout` snippet for better maintainability. Cleans up and simplifies various template snippets.
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
<nav class="bg-sf_grau-50 shadow-lg sticky top-0 z-50" data-pgc-define="navbar"
|
||||
data-pgc-define-name="Navigationsleiste"
|
||||
data-pgc-define-description="Navigationsleiste zur Verwendung auf allen Seiten"
|
||||
data-pgc-define-photo-preview-only>
|
||||
<nav class="bg-sf_grau-50 shadow-lg sticky top-0 z-50">
|
||||
<div class="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8">
|
||||
<div class="flex h-24 items-center justify-between">
|
||||
<!-- Logo (Links) -->
|
||||
|
||||
Reference in New Issue
Block a user