aboutsummaryrefslogtreecommitdiffstats
path: root/Peli-Kiera/templates/base.html
diff options
context:
space:
mode:
authorJustin Mayer <entroP@gmail.com>2021-02-25 06:44:35 +0100
committerGitHub <noreply@github.com>2021-02-25 06:44:35 +0100
commit0b86f74666262ae7de404c2408e1244673e67cfe (patch)
tree03a5be7e04a1dfdec1f6699247b6da09c296fe48 /Peli-Kiera/templates/base.html
parent42086f93859698b93577d25d13d1ffe572f9ab9a (diff)
parentedcc3440dde15e05f71d494798d8c0a45b9f7427 (diff)
downloadpelican-themes-0b86f74666262ae7de404c2408e1244673e67cfe.tar.gz
Merge pull request #703 from aleylara/master
Update Peli-Kiera. Fix issue with navbar display.
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 %}