h1 link to /

This commit is contained in:
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 { nav ul {
list-style: none; list-style: none;
padding-left: 0; padding-left: 0;

View file

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