@ -21,7 +21,7 @@ header {
font-size: 1.35em;
img { width: 250px; }
h1 { font-size: inherit; }
#menu {
width: 250px;
text-align: right;
@ -10,7 +10,7 @@
<body>
<header>
<img src="/logo.png" alt="Logo">
<span>{{ config.title }}</span>
<h1>{{ config.title }}</h1>
<span id="menu">Menu</span>
</header>
{% block content %}