update font-awesome package
The font awesome package used in current Papyrus theme is 5.15.4, and the current latest version available at cdnjs is 6.4.2
. Simple change below to update the package.
git diff themes/Papyrus/templates/base.html
diff --git a/themes/Papyrus/templates/base.html b/themes/Papyrus/templates/base.html
index 4d10917..6594e9c 100644
--- a/themes/Papyrus/templates/base.html
+++ b/themes/Papyrus/templates/base.html
@@ -8,7 +8,6 @@
<meta name="generator" content="Pelican" />
<meta name="description" content="{{ SITENAME }} Blog Posts">
<title>{% block title %} {{ SITENAME }} {% endblock %}</title>
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" />
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.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/main.css" />