Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #47 from malteada/master
feat: Return to home on click page title
  • Loading branch information
Ben Balter authored and GitHub committed Nov 5, 2019
2 parents e193e8e + 38c6de7 commit 7baf14d
Show file tree
Hide file tree
Showing 2 changed files with 7 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 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>

<section id="downloads">
Expand Down
4 changes: 4 additions & 0 deletions _sass/jekyll-theme-hacker.scss
Expand Up @@ -251,3 +251,7 @@ a {
.cf {
zoom:1;
}

#a-title {
text-decoration: none;
}

0 comments on commit 7baf14d

Please sign in to comment.