h1 link to /
This commit is contained in:
parent
f65327c740
commit
402954d401
2 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||||
|
|
|
@ -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 %}">
|
||||||
|
|
Loading…
Reference in a new issue