fix: target='_new' for hrefs

This commit is contained in:
mco-system
2023-04-11 19:05:13 +11:00
parent 26f9fa1c45
commit f0ee8e8de3
4 changed files with 28 additions and 11 deletions

View File

@@ -75,10 +75,10 @@
</a>
</div>
</div>
{% block navbar %}
{% include "navbar.html" %}
{% endblock %}
</div>
{% block navbar %}
{% include "navbar.html" %}
{% endblock %}
</div>
</body>
</html>