Skip to content

Commit

Permalink
Replaced CDN-served Cirrus css by a self-hosted one
Browse files Browse the repository at this point in the history
  • Loading branch information
matagus committed Mar 23, 2024
1 parent 0003611 commit b13a980
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions static/css/cirrus-all.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"/>
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge;"/>
<link href="https://unpkg.com/cirrus-ui" type="text/css" rel="stylesheet"/>
<link href="{% static 'css/cirrus-all.min.css' %}" type="text/css" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css?family=Nunito+Sans:200,300,400,600,700" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet"/>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous"/>
<script src="https://code.jquery.com/jquery-2.2.4.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous" ></script>
<script src="https://code.jquery.com/jquery-2.2.4.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous" ></script>
<script src="{% static 'js/htmx.min.js' %}" defer></script>
<script src="{% static 'js/ext/debug.js' %}" defer></script>
{% django_htmx_script %}
Expand Down

0 comments on commit b13a980

Please sign in to comment.