fix(locale-switcher): add ?v= filemtime cache-buster + li list-style:none + summary::marker
This commit is contained in:
@@ -79,7 +79,7 @@ $navItems = [
|
||||
<?php endif; ?>
|
||||
|
||||
<link rel="stylesheet" href="/fonts/fonts.css" />
|
||||
<link rel="stylesheet" href="/css/haus-schleusingen.css" />
|
||||
<link rel="stylesheet" href="/css/haus-schleusingen.css?v=<?= filemtime(__DIR__ . '/../../public/css/haus-schleusingen.css') ?>" />
|
||||
<?php if (isset($extraCss)): ?>
|
||||
<style><?= $extraCss ?></style>
|
||||
<?php endif; ?>
|
||||
|
||||
Reference in New Issue
Block a user