Skip to content

Commit

Permalink
Added link for home.
Browse files Browse the repository at this point in the history
  • Loading branch information
daeken committed Jan 23, 2018
1 parent f7516c5 commit d892fcc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<header>
<div class="container">
<h1>{{ site.title | default: site.github.repository_name }}</h1>
<h1><a href="/" class="only-hover-decorate">{{ site.title | default: site.github.repository_name }}</a></h1>

<section id="downloads">
{% if site.show_downloads %}
Expand Down
4 changes: 4 additions & 0 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ a {
border-bottom: 1px solid;
}

a .only-hover-decorate {
border-bottom: 0;
}

a:hover {
border-bottom: 1px dashed;
}

0 comments on commit d892fcc

Please sign in to comment.