diff --git a/content/uploads/sly-red-fox.jpg b/content/uploads/sly-red-fox.jpg new file mode 100644 index 0000000..5614c67 Binary files /dev/null and b/content/uploads/sly-red-fox.jpg differ diff --git a/pelicanconf.py b/pelicanconf.py index 5e3ea0a..2ce727e 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -38,8 +38,11 @@ LINKPEEK_SECRET = get_environ_or_default("LINKPEEK_SECRET") # Theme specific USER_LOGO_URL = ( - "https://russell.ballestrini.net/uploads/profile/russell-ballestrini-2020.jpg" + "https://russell.ballestrini.net/uploads/sly-red-fox.jpg" ) +# USER_LOGO_URL = ( +# "https://russell.ballestrini.net/uploads/profile/russell-ballestrini-2020.jpg" +# ) TAGLINE = 'Grows Products & Services' PATH = "content"