diff --git a/sass/main.scss b/sass/main.scss index e00331b..c37cc01 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -183,6 +183,7 @@ main { } } } + .blocks.noshadow article { box-shadow: none } .websites { grid-template-columns: 1fr 1fr 1fr 1fr; diff --git a/templates/index.html b/templates/index.html index f4b65e0..f08fbdb 100644 --- a/templates/index.html +++ b/templates/index.html @@ -14,7 +14,7 @@

Aktuality

-
+
{% set section = get_section(path="aktuality/_index.md") %} {{ macro::list_posts(section=section) }}