Basic branding

This commit is contained in:
2021-02-23 23:39:32 +00:00
parent b4a79a6890
commit f371802d1b
10 changed files with 5288 additions and 251 deletions

View File

@@ -64,4 +64,3 @@
</body>
</html>

View File

@@ -9,7 +9,7 @@
{% block navbar-brand %}
<div class="shop-brand-icon">
<a href="/">
<img src="{% static 'weirdlittleempire/django-shop-logo.svg' %}" alt="django-SHOP" aria-hidden="true">
<img src="{% static 'weirdlittleempire/wle.png' %}" alt="weird little EMPIRE" aria-hidden="true">
</a>
</div>
{% endblock %}