mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2025-10-29 17:25:32 +00:00
Startseite filter
This commit is contained in:
@@ -13,8 +13,7 @@
|
||||
|
||||
<nav
|
||||
class="self-end font-serif font-bold flex flex-row gap-x-4 [&>a]:no-underline
|
||||
[&>*]:px-1.5 [&>*]:pt-1 [&>*]:-mb-1.5"
|
||||
hx-boost="false">
|
||||
[&>*]:px-1.5 [&>*]:pt-1 [&>*]:-mb-1.5">
|
||||
<a
|
||||
href="/reihen/"
|
||||
{{ if and $model.page (HasPrefix $model.page.Path "/reihe") -}}
|
||||
@@ -93,7 +92,3 @@
|
||||
>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
<script type="module">
|
||||
import { setMenuActive } from "/assets/scripts.js";
|
||||
</script>
|
||||
|
||||
@@ -20,16 +20,13 @@
|
||||
<script src="/assets/js/htmx-response-targets.js" defer></script>
|
||||
<script src="/assets/js/client-side-templates.js" defer></script>
|
||||
|
||||
<script type="module" src="/assets/scripts.js"></script>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/fonts.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/assets/style.css" />
|
||||
|
||||
<script type="module">
|
||||
import { setup } from "/assets/scripts.js";
|
||||
setup();
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body class="w-full" hx-ext="response-targets" hx-boost="false">
|
||||
<body class="w-full text-lg" hx-ext="response-targets" hx-boost="true">
|
||||
<div class="container flex flex-col min-h-screen max-w-(--breakpoint-xl) mx-auto px-3 py-3.5">
|
||||
<header class="" id="header">
|
||||
{{ block "_menu" . }}
|
||||
@@ -37,9 +34,7 @@
|
||||
{{ end }}
|
||||
</header>
|
||||
|
||||
<div></div>
|
||||
|
||||
<main class="text-lg">
|
||||
<main class="">
|
||||
{{ block "body" . }}
|
||||
<!-- Default app body... -->
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user