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