feat: Return to home on click page title
This commit is contained in:
parent
e193e8e825
commit
001a5a5576
@ -13,7 +13,9 @@
|
|||||||
|
|
||||||
<header>
|
<header>
|
||||||
<div class="container">
|
<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>
|
<h2>{{ site.description | default: site.github.project_tagline }}</h2>
|
||||||
|
|
||||||
<section id="downloads">
|
<section id="downloads">
|
||||||
|
Loading…
Reference in New Issue
Block a user