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