diff --git a/assets/main.scss b/assets/main.scss index 5f23392..a98b191 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -303,6 +303,50 @@ h1 { } } +.news-blog { + .blog-entry { + .header { + a { + &::before { + content: '' !important; + } + font-size: larger; + } + } + .details { + display: flex; + min-height: 240px; + + .teaser-image { + flex: 33% 1 0; + background-color: lightcyan; + } + .intro { + flex: 66% 1 1; + } + .teaser-image, .intro { + // display: ; + } + } + } + + .pagination { + display: flex; + list-style: none; + .page-item { + padding: 0px 5px; + a { + padding: 10px 20px; + display: inline-block; + } + } + + .disabled { + visibility: hidden; + } + } +} + @font-face{ font-family: 'Open Sans Condensed'; font-style: normal; diff --git a/content/page/aktuell/_index.md b/content/_index.md similarity index 89% rename from content/page/aktuell/_index.md rename to content/_index.md index 8e1fda6..34f709f 100644 --- a/content/page/aktuell/_index.md +++ b/content/_index.md @@ -2,6 +2,7 @@ title: "Aktuell" date: 2023-01-20T16:27:40+01:00 draft: false +# type: home url: / menu: main: diff --git a/themes/tsc_vfl/layouts/_default/baseof.html b/themes/tsc_vfl/layouts/_default/baseof.html index ff87b81..dae6839 100644 --- a/themes/tsc_vfl/layouts/_default/baseof.html +++ b/themes/tsc_vfl/layouts/_default/baseof.html @@ -5,9 +5,11 @@