Skip to content

Commit

Permalink
Remove duplicate bootstrap icons
Browse files Browse the repository at this point in the history
  • Loading branch information
brylie committed Sep 18, 2024
1 parent 1f1ae80 commit b4809ab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@

{# Preload critical resources #}
<link rel="preload" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" as="style">
<link rel="preload" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css" as="style">

{# Inline critical CSS #}
<style>
Expand Down Expand Up @@ -74,7 +73,6 @@
{% include "footer.html" %}

{# Defer JavaScript loading #}
<script defer src="https://js.sentry-cdn.com/8bd55884aa744c07a111c2127292baca.min.js" crossorigin="anonymous"></script>
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>

{% block extra_js %}
Expand Down

0 comments on commit b4809ab

Please sign in to comment.