aboutsummaryrefslogtreecommitdiffstats
path: root/Peli-Kiera/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'Peli-Kiera/templates/base.html')
-rw-r--r--Peli-Kiera/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/Peli-Kiera/templates/base.html b/Peli-Kiera/templates/base.html
index 3fa7b39..33a4a4d 100644
--- a/Peli-Kiera/templates/base.html
+++ b/Peli-Kiera/templates/base.html
@@ -7,7 +7,7 @@
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>{% block title %}{{ SITENAME }}{% endblock title %}</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css"/>
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.css"/>
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css"/>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Slab|Ruda"/>
<link rel="stylesheet" type="text/css" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/{{ CSS_FILE }}"/>
{% if FEED_ALL_ATOM %}