Skip to content

Commit

Permalink
Update base.html
Browse files Browse the repository at this point in the history
updated file with website favicon
  • Loading branch information
Kudzmat authored Oct 8, 2024
1 parent 7c3a37f commit 6f0e00e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@
<html>
<head>
<title>
{% load static %}
{% block title %}
{% endblock %}
</title>
{% load static %}
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">
<link rel="icon" sizes="80x80" href="{% static 'images/sg-fav.png' %}">
<link rel="icon" sizes="16x16" href="{% static 'images/sg-fav.png' %}">
<link rel="stylesheet" href="{% static 'css/styles.css' %}">
<script src="https://unpkg.com/[email protected]"></script> <!-- Add htmx -->

Expand Down Expand Up @@ -145,3 +148,4 @@




0 comments on commit 6f0e00e

Please sign in to comment.