fixed head not being in head tags
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a374b905ba
commit
3fc984fb86
@ -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">
|
||||
|
@ -15,6 +15,7 @@
|
||||
{% endblock %}
|
||||
</head>
|
||||
<body>
|
||||
{% include 'nav.html' %}
|
||||
<div class="container">
|
||||
<div id="content">{% block content %}{% endblock %}</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user