From 001a5a5576a09e98e61b74ced98aaf2434e7a528 Mon Sep 17 00:00:00 2001 From: LuisEnMarroquin Date: Tue, 5 Nov 2019 13:02:51 -0600 Subject: [PATCH 1/2] feat: Return to home on click page title --- _layouts/default.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_layouts/default.html b/_layouts/default.html index 909e43c..6cdd1ec 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -13,7 +13,9 @@
-

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

+ +

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

+

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

From 38c6de70e4575e2b37c09cba5916935390ef472c Mon Sep 17 00:00:00 2001 From: LuisEnMarroquin Date: Tue, 5 Nov 2019 15:23:40 -0600 Subject: [PATCH 2/2] 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; +}