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 %}