diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html index 34c5af8..b03f89c 100644 --- a/templates/base.html +++ b/templates/base.html @@ -53,6 +53,11 @@ <div role="banner" id="sideBanner"> <a id="hideMenu" href="#"><img src="{{ SITEURL }}/theme/images/hamburger.svg" alt="Hide menu button"></a> <header> + {% if LOGO %} + <div id="mainLogo"> + <img src="{{ SITEURL }}/{{ LOGO }}" alt="Logo"> + </div> + {% endif %} <div id="mainTitle"> <a href="{{ SITEURL }}">{{ SITENAME }}</a> </div> |