|
|
@ -34,8 +34,19 @@ |
|
|
|
|
|
|
|
<body id="index" class="home"> |
|
|
|
<header id="banner" class="body"> |
|
|
|
<h1><a href="{{ SITEURL }}/">{{ SITENAME }} <strong>{{ SITESUBTITLE }}</strong></a></h1> |
|
|
|
<!-- site image --> |
|
|
|
{% if SITELOGO %} |
|
|
|
<div class= "siteimage"> |
|
|
|
<a href={{ SITELOGO }}> |
|
|
|
<img width="85" height="85" src={{ SITELOGO }}> |
|
|
|
</a> |
|
|
|
</div> |
|
|
|
{% endif %} |
|
|
|
<div class = "sitebanner"> |
|
|
|
<h1><a href="{{ SITEURL }}/">{{ SITENAME }} <strong>{{ SITESUBTITLE }}</strong></a></h1> |
|
|
|
</div> |
|
|
|
</header><!-- /#banner --> |
|
|
|
<br /><br /> |
|
|
|
<nav id="menu"><ul> |
|
|
|
{% for title, link in MENUITEMS %} |
|
|
|
<li><a href="{{ link }}">{{ title }}</a></li> |
|
|
|