Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Nik Sauer committed Jan 8, 2025
2 parents 04c59f0 + 7111ebd commit d22a7cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/templates/_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
<link rel="stylesheet" href="{% static 'css/bootstrap.min.css' %}">
<!-- CSS -->
<link rel="stylesheet" href="{% static 'css/base.css' %}">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css">
{% comment %} <link rel="stylesheet" href="{% static 'css/bootstrap-icons/font/bootstrap-icons.css' %}"> {% endcomment %}
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.css">
{% block styles %}{% endblock styles %}
</head>
<body>
Expand Down

0 comments on commit d22a7cc

Please sign in to comment.