Fix crossing body tag

master
Emil Miler 1 year ago
parent ce6dc10cf7
commit baae73dc43

@ -35,7 +35,6 @@
{% endfor %} {% endfor %}
</nav> </nav>
</header> </header>
</body>
<main> <main>
{% block content %} {% block content %}
<section> <section>
@ -53,4 +52,5 @@
, <a href="{{ config.extra.git }}">Source</a> , <a href="{{ config.extra.git }}">Source</a>
{% endif %} {% endif %}
</footer> </footer>
</body>
</html> </html>

Loading…
Cancel
Save