Skip to content

Commit

Permalink
Update CDN for Font-Awesome
Browse files Browse the repository at this point in the history
  • Loading branch information
gthole committed Nov 26, 2019
1 parent 5d33e68 commit 36d068f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gedgo/templates/default/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>{{ site_title }}{% if person %} : {{ person.full_name }}{% endif %}</title>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<link href="https://netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css" rel="stylesheet">
<link href="//opensource.keycdn.com/fontawesome/4.6.3/font-awesome.min.css" rel="stylesheet">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link href="{{ STATIC_URL }}styles/style-default.css?v=2" rel="stylesheet" type="text/css" >
{% block headappend %}{% endblock %}
</head>
Expand Down

0 comments on commit 36d068f

Please sign in to comment.