whitespace

This commit is contained in:
2025-05-25 06:46:35 +01:00
parent b1133e0ace
commit 3a3cc28aee
6 changed files with 116 additions and 116 deletions

View File

@@ -1,19 +1,19 @@
<!DOCTYPE html>
<html lang="en-GB">
<head>
<head>
{{ include('components/head/_meta.html.twig') }}
{{ include('components/head/_indie_web.html.twig') }}
{{ include('components/head/_stylesheets.html.twig') }}
{{ include('components/head/_feeds.html.twig') }}
{{ include('components/head/_open_graph.html.twig') }}
{{ include('components/head/_twitter.html.twig') }}
</head>
</head>
<body>
<body>
{{ include('components/_navbar.html.twig') }}
<main>
<main>
{% block content %}{% endblock %}
</main>
</body>
</main>
</body>
</html>