add mobile header / collapsible nav menu
This commit is contained in:
parent
b30295da9d
commit
0dd1689a35
3 changed files with 133 additions and 13 deletions
|
@ -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' %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue