h1 link to /

master
Tomáš Mládek 2020-12-28 20:17:29 +01:00
parent f65327c740
commit 402954d401
2 changed files with 5 additions and 1 deletions

View File

@ -67,6 +67,10 @@ aside h1 {
}
}
nav h1 a {
color: black;
}
nav ul {
list-style: none;
padding-left: 0;

View File

@ -22,7 +22,7 @@
<body>
<aside>
<nav>
<h1>{{garden_title}}</h1>
<h1><a href="/">{{garden_title}}</a></h1>
<ul>
{% for file in files %}
<li class="{% if file is containing(".md") %}page{% else %}file{% endif %}">