diff --git a/_layouts/default.html b/_layouts/default.html index 6cdd1ec..aa65198 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -13,7 +13,7 @@
- +

{{ site.title | default: site.github.repository_name }}

{{ site.description | default: site.github.project_tagline }}

diff --git a/_sass/jekyll-theme-hacker.scss b/_sass/jekyll-theme-hacker.scss index a6beb00..adf4137 100644 --- a/_sass/jekyll-theme-hacker.scss +++ b/_sass/jekyll-theme-hacker.scss @@ -251,3 +251,7 @@ a { .cf { zoom:1; } + +#a-title { + text-decoration: none; +}