Skip to content

Commit

Permalink
Update base.html
Browse files Browse the repository at this point in the history
removed css link
  • Loading branch information
Kudzmat authored Oct 9, 2024
1 parent 0939262 commit df0b9d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<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 -->

<style>
Expand Down

0 comments on commit df0b9d9

Please sign in to comment.