@ -58,6 +58,11 @@ header {
h1 {
font-size: 2em;
a {
color: #000;
text-decoration: none;
}
nav ul {
@ -10,7 +10,7 @@
<body>
<header>
<img src="/logo.png" alt="Logo PedF">
<h1>{{ config.title | upper }}</h1>
<h1><a href="{{ config.base_url }}">{{ config.title | upper }}</a></h1>
{{ macros::nav(type="short") }}
</header>
<main>