fixed head not being in head tags
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Roxie Gibson 2022-01-13 09:35:12 +00:00
parent a374b905ba
commit 3fc984fb86
Signed by: roxxers
GPG Key ID: 5D0140EDEE123F4D
2 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,5 @@
{% extends "base.html" %}
{% include 'nav.html' %}
{% block content %}
<div class="logo">
<img src="{{ url_for('static', path='svg/lumbung_space_logo.svg') }}" alt="lumbung.space logo">

View File

@ -15,6 +15,7 @@
{% endblock %}
</head>
<body>
{% include 'nav.html' %}
<div class="container">
<div id="content">{% block content %}{% endblock %}</div>
</div>