From b64e5a3bc9b6029d3a4f7c2a8d6d2b57232648c9 Mon Sep 17 00:00:00 2001 From: Trolli Schmittlauch Date: Tue, 1 Mar 2022 02:15:38 +0100 Subject: [PATCH] local loading of CC icon --- pelicanconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelicanconf.py b/pelicanconf.py index ec31eae..a0d42c5 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -110,7 +110,7 @@ CC_LICENSE = { "name": "Creative Commons Attribution-ShareAlike", "version": "4.0", "slug": "by-sa", - "icon": False, # unfortunately the theme loads the image from a 3rd party + "local_icons": True, } COPYRIGHT_YEAR = datetime.now().year