From 726644c1d8fab29bd3f938eb8c4740a9aa4195ca Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Sun, 12 Jan 2020 17:51:10 +0100 Subject: [PATCH] =?UTF-8?q?Zru=C5=A1en=C3=AD=20duplik=C3=A1tn=C3=ADho=20od?= =?UTF-8?q?kazu=20v=20bloku?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/style.scss | 4 ++++ templates/index.html | 3 +-- templates/kategorie/single.html | 3 +-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/sass/style.scss b/sass/style.scss index e5cb47c..b0e497e 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -134,6 +134,10 @@ main { overflow:hidden; box-sizing:border-box; + &:hover { + color:$anchor-hover-color; + } + a { color:$article-color; } diff --git a/templates/index.html b/templates/index.html index f4b440d..3e776cb 100644 --- a/templates/index.html +++ b/templates/index.html @@ -50,9 +50,8 @@ Náhradní obrázek {% endif %} {% set_global image_found = 0 %} + {% if page.title %}

{{ page.title }}

{% endif %} - - {% if page.title %}

{{ page.title }}

{% endif %} {% if page.date %}{{ page.date | date(format="%d.%m.%Y") }}{% endif %} diff --git a/templates/kategorie/single.html b/templates/kategorie/single.html index 6f64c52..295d1ff 100644 --- a/templates/kategorie/single.html +++ b/templates/kategorie/single.html @@ -21,9 +21,8 @@ Náhradní obrázek {% endif %} {% set_global image_found = 0 %} + {% if page.title %}

{{ page.title }}

{% endif %} - - {% if page.title %}

{{ page.title }}

{% endif %} {% if page.date %}{{ page.date | date(format="%d.%m.%Y") }}{% endif %}