From 67492530ffcfa9dc812318efcf79bc0a82fb3697 Mon Sep 17 00:00:00 2001 From: alexisben <alex@noesya.coop> Date: Wed, 14 Dec 2022 12:51:50 +0100 Subject: [PATCH] remove home section style --- assets/sass/_theme/hugo-osuny.sass | 1 - assets/sass/_theme/sections/home.sass | 6 ------ 2 files changed, 7 deletions(-) delete mode 100644 assets/sass/_theme/sections/home.sass diff --git a/assets/sass/_theme/hugo-osuny.sass b/assets/sass/_theme/hugo-osuny.sass index 1df8e79c..5a7c2468 100644 --- a/assets/sass/_theme/hugo-osuny.sass +++ b/assets/sass/_theme/hugo-osuny.sass @@ -55,7 +55,6 @@ @import "sections/authors" @import "sections/categories" @import "sections/diplomas" -@import "sections/home" @import "sections/organizations" @import "sections/pages" @import "sections/papers" diff --git a/assets/sass/_theme/sections/home.sass b/assets/sass/_theme/sections/home.sass deleted file mode 100644 index 4eca2321..00000000 --- a/assets/sass/_theme/sections/home.sass +++ /dev/null @@ -1,6 +0,0 @@ -.page__home - main - header - picture - img - opacity: .5 -- GitLab