feat: Return to home on click page title

This commit is contained in:
LuisEnMarroquin 2019-11-05 13:02:51 -06:00
parent e193e8e825
commit 001a5a5576

View File

@ -13,7 +13,9 @@
<header>
<div class="container">
<h1>{{ site.title | default: site.github.repository_name }}</h1>
<a href="/" style="text-decoration: none;">
<h1>{{ site.title | default: site.github.repository_name }}</h1>
</a>
<h2>{{ site.description | default: site.github.project_tagline }}</h2>
<section id="downloads">