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 @@
{% 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 @@
{% 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 %}