set SITELOG var to point to logo used in template

proposta-home
putro 2019-03-25 16:36:56 +01:00
parent 75377df46a
commit c4f52d1aea
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
<body id="index" class="home"> <body id="index" class="home">
<header id="banner" class="body"> <header id="banner" class="body">
<h1><a href="{{ SITEURL }}/">{{ SITENAME }} <strong>{{ SITESUBTITLE }}</strong></a></h1> <h1><a href="{{ SITEURL }}/">{{ SITENAME }} <strong>{{ SITESUBTITLE }}</strong></a></h1>
<img src="images/logo.png" alt="logo" width="85" height="85" border="0"> <img src="{{ SITELOGO }}" alt="logo" width="85" height="85" border="0">
</header><!-- /#banner --> </header><!-- /#banner -->
<nav id="menu"><ul> <nav id="menu"><ul>
{% for title, link in MENUITEMS %} {% for title, link in MENUITEMS %}