From 38c6de70e4575e2b37c09cba5916935390ef472c Mon Sep 17 00:00:00 2001 From: LuisEnMarroquin Date: Tue, 5 Nov 2019 15:23:40 -0600 Subject: [PATCH] Separate style and relative_url on title a tag --- _layouts/default.html | 2 +- _sass/jekyll-theme-hacker.scss | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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; +}