Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
feat: Return to home on click page title
  • Loading branch information
LuisEnMarroquin committed Nov 5, 2019
1 parent e193e8e commit 001a5a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _layouts/default.html
Expand Up @@ -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">
Expand Down

0 comments on commit 001a5a5

Please sign in to comment.