Replace logo with sly red fox image, comment out old logo

This commit is contained in:
Russell Ballestrini 2025-10-10 16:05:05 -04:00
parent 55de44afca
commit 1a53ca1001
2 changed files with 4 additions and 1 deletions

View file

@ -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 = '<a href="/about" class="tagline">Grows Products & Services</a>'
PATH = "content"