feat: add favicons and logos

This commit is contained in:
Herculino Trotta
2024-10-14 11:05:32 -03:00
parent b3b6bec44d
commit f785488977
33 changed files with 74 additions and 2 deletions

View File

@@ -1,8 +1,11 @@
{% load static %}
{% load i18n %}
{% load active_link %}
<nav class="navbar navbar-expand-lg border-bottom bg-body-tertiary" hx-boost="true">
<div class="container-fluid">
<a class="navbar-brand fw-bold text-primary font-base" href="#">WYGIWYH</a>
<a class="navbar-brand fw-bold text-primary font-base" href="{% url 'monthly_index' %}">
<img src="{% static 'img/logo-icon.svg' %}" alt="WYGIWYH Logo" height="40" title="WYGIWYH"/>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarContent"
aria-controls="navbarContent" aria-expanded="false" aria-label={% translate "Toggle navigation" %}>
<span class="navbar-toggler-icon"></span>