From 10d885b2cfbd57a0a07790d92fdd13ee8807e567 Mon Sep 17 00:00:00 2001 From: lubuwest Date: Thu, 23 Mar 2023 20:33:46 +0100 Subject: [PATCH] bugfix SITELOGO --- README.md | 2 +- templates/base.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2a98d95..6ddab0a 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Configuration in pelicanconf.py: SITEDESCRIPTION = 'Lorem ipsum dolor sit ..' # Additional text shown on the start page - SITELOGO = 'images/logo.png' # Logo for the site, height is 50px, directory below PATH + SITELOGO = 'images/logo.png' # Logo for the site, height is 50px, subdirectory in PATH DISPLAY_PAGES_ON_MENU = True # Markdown files in the 'pages' directory are shown as links in the header diff --git a/templates/base.html b/templates/base.html index 685ae19..4710544 100644 --- a/templates/base.html +++ b/templates/base.html @@ -8,7 +8,7 @@ {% if SITELOGO %} - + {% else %} {% endif %} @@ -47,7 +47,7 @@ {{ FEED_ATOM }}
{% if SITELOGO %} - + logo {% endif %}
{% if FEED_ALL_ATOM %}