add mobile header / collapsible nav menu

This commit is contained in:
Lyn Fugmann 2024-09-25 18:14:18 +02:00
parent b30295da9d
commit 0dd1689a35
3 changed files with 133 additions and 13 deletions

View file

@ -11,6 +11,9 @@ eleventyComputed:
<title>{% if title %}{{ title }} | {% endif %}ESE {{ year }}</title>
<link rel="stylesheet" href="{% getBundleFileUrl "css" %}">
<link rel="stylesheet" href="/aileron.lite.min.css">
<script>
{% getBundle "js" %}
</script>
</head>
<body>
{% include 'header.njk' %}