switch to single-page layout
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user