set SITELOG var to point to logo used in template
This commit is contained in:
parent
75377df46a
commit
c4f52d1aea
|
@ -35,7 +35,7 @@
|
|||
<body id="index" class="home">
|
||||
<header id="banner" class="body">
|
||||
<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 -->
|
||||
<nav id="menu"><ul>
|
||||
{% for title, link in MENUITEMS %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user