Merge pull request #47 from malteada/master
feat: Return to home on click page title
This commit is contained in:
commit
7baf14d73e
@ -13,7 +13,9 @@
|
|||||||
|
|
||||||
<header>
|
<header>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1>{{ site.title | default: site.github.repository_name }}</h1>
|
<a id="a-title" href="{{ '/' | relative_url }}">
|
||||||
|
<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">
|
||||||
|
@ -251,3 +251,7 @@ a {
|
|||||||
.cf {
|
.cf {
|
||||||
zoom:1;
|
zoom:1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#a-title {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user