switch to single-page layout

This commit is contained in:
2025-02-09 03:30:02 +01:00
parent 9473c3c33a
commit b40e5d220d
11 changed files with 159 additions and 99 deletions

View File

@ -2,7 +2,8 @@
<html>
<head>
<meta charset="utf-8">
<title>{{ page.title }} | Scherbengericht</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ page.title }}</title>
<link rel="stylesheet" href="{{ '/assets/css/styles.css' | relative_url }}"/>
<!-- lightgallery styles -->
<link rel="stylesheet" href="{{ '/assets/css/lightgallery-bundle.css' | relative_url }}"/>
@ -15,7 +16,6 @@
<script src="{{ '/assets/js/plugins/lg-share.umd.js' | relative_url }}"></script>
</head>
<body>
{% include navigation.html %}
{{ content }}
</body>
</html>