diff options
Diffstat (limited to 'global/templates/base.html.j2')
| -rw-r--r-- | global/templates/base.html.j2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/global/templates/base.html.j2 b/global/templates/base.html.j2 index 21530c7..caf9064 100644 --- a/global/templates/base.html.j2 +++ b/global/templates/base.html.j2 @@ -7,10 +7,10 @@ <meta property="og:title" content="{% block og_page_title %}{% endblock %}" /> <meta property="og:type" content="{% block og_type %}website{% endblock %}" /> <meta property="og:url" content="{{ url }}" /> -{% block head_extra %} <link rel="stylesheet" href="{{ site.assets_path_static }}/css/bootstrap-grid.min.css" />{% endblock %} +{% block head_extra %} <link rel="stylesheet" href="{{ site.assets_path_static }}/css/bootstrap-grid.min.css" /> + <link rel="stylesheet" href="{{ site.assets_path_static }}/css/navbar.css" />{% endblock %} </head> <body> -{% block body %}{% endblock %} +{% block body %}{% include 'navbar.html.j2' %}{% endblock %} </body> -<footer>{% block footer %}{% endblock %}</footer> </html> |
