Add home button
Diff
statics/style.css | 4 ++++
templates/base.html | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
@@ -33,6 +33,10 @@ a:hover {
margin-top: 2rem;
}
.no-hover:hover {
text-decoration: none;
}
table { border-collapse: collapse; }
table.repositories { width: 100%; }
table.repositories a { color: black; }
@@ -10,7 +10,7 @@
<body>
<header>
<h1>{% block header %}Git repository browser{% endblock %}</h1>
<h1><a href="/" class="no-hover">🏡</a> {% block header %}Git repository browser{% endblock %}</h1>
</header>
{% block nav %}{% endblock %}