From 3f6f79cd12bb367839cc1cc962334804748f02f8 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Sat, 16 Sep 2017 17:02:15 -0300 Subject: Add favicon --- docs/_sass/jekyll-theme-cayman.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_sass/jekyll-theme-cayman.scss') diff --git a/docs/_sass/jekyll-theme-cayman.scss b/docs/_sass/jekyll-theme-cayman.scss index b99a8da..e14da2c 100644 --- a/docs/_sass/jekyll-theme-cayman.scss +++ b/docs/_sass/jekyll-theme-cayman.scss @@ -91,7 +91,7 @@ a { text-align: center; /*background-color: $header-bg-color; background-image: linear-gradient(120deg, $header-bg-color-secondary, $header-bg-color);*/ - background: #56687C url('../img/cover.png') no-repeat 50%; + background: #56687C url('../../img/cover.png') no-repeat 50%; background-size: cover; @include large { -- cgit