From: Michael Tremer Date: Mon, 26 Jun 2023 14:30:42 +0000 (+0000) Subject: Merge remote-tracking branch 'rico/new-design' into new-design X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a5ca40fbb5a0e0a6389d32a0831fe42d8c3826a0;p=ipfire.org.git Merge remote-tracking branch 'rico/new-design' into new-design Signed-off-by: Michael Tremer --- a5ca40fbb5a0e0a6389d32a0831fe42d8c3826a0 diff --cc src/sass/main.sass index 7e40bea8,d230cdca..524e7a00 --- a/src/sass/main.sass +++ b/src/sass/main.sass @@@ -60,8 -61,8 +61,14 @@@ $section-padding-desktop: 3rem 0. // Custom CSS + #hero-index + background-image: url("img/bg-img.jpg"); + background-position: center; + background-repeat: no-repeat; + background-size: cover; ++ +.footer + a + color: $grey + &:hover + color: $black diff --cc src/templates/blog/index.html index e5bf7b21,b15f091c..9393a96a --- a/src/templates/blog/index.html +++ b/src/templates/blog/index.html @@@ -33,18 -40,10 +33,18 @@@ {% if latest_post %}

- Latest: {{ latest_post.title }} + - {{ latest_post.title }} ++ Latest: {{ latest_post.title }} +

- {{ latest_post.excerpt }} - Read more + +
+ {{ latest_post.excerpt }} +
+ +

+ Read more +

{% end %}