Add mobile navigation
This commit is contained in:
parent
cb79277374
commit
641c61dd47
5 changed files with 93 additions and 0 deletions
36
templates/includes/navbar.html.twig
Normal file
36
templates/includes/navbar.html.twig
Normal file
File diff suppressed because one or more lines are too long
|
@ -1,5 +1,7 @@
|
|||
{% extends 'html.html.twig' %}
|
||||
|
||||
{% block body %}
|
||||
{% include 'includes/navbar.html.twig' %}
|
||||
|
||||
{% block content %}{% endblock %}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue