diff --git a/config.toml b/config.toml index 86263e9..d527b07 100755 --- a/config.toml +++ b/config.toml @@ -3,7 +3,6 @@ RelativeURLs=true CanonifyURLs=true title = "Collabora Online - Community Page" copyright = "Unless a license is otherwise specified, content is under CC-BY-SA 3.0

Beaver illustrations are under Copyright © 2025 Collabora Ltd. All rights reserved." -paginate = 2 languageCode = "en" DefaultContentLanguage = "en" enableInlineShortcodes = true @@ -93,3 +92,6 @@ type = "type" [services.twitter] disableInlineCSS = true + +[Paginator] + pageSize = 2 diff --git a/layouts/index.html b/layouts/index.html index f67d8cb..bbbaac4 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -5,7 +5,7 @@
{{ if .Site.Params.homepageCAT -}} - + {{- end -}}
{{- with .Site.Params.homepageImageLaptop -}} diff --git a/static/css/header.css b/static/css/header.css index 2c26a60..dcbd876 100644 --- a/static/css/header.css +++ b/static/css/header.css @@ -55,10 +55,12 @@ content: ''; width: 182px; height: 182px; - background: url('/images/circle-cooldays-cta.svg'); + background: url('/images/COOL-Days-2025-PeopleWaving.png'); background-color: white; background-repeat: no-repeat; background-position: center; + background-size: 570px auto; + background-position: -360px -50px; border-radius: 182px; margin-bottom: -100px; position: relative; @@ -83,7 +85,7 @@ } #img-container-cta:hover::after { - content: 'COOL Days 2026'; + content: 'COOL Days 2025'; text-align: center; display: block; font-weight: bold; diff --git a/static/images/COOL-Days-2025-PeopleWaving.png b/static/images/COOL-Days-2025-PeopleWaving.png new file mode 100644 index 0000000..d22324b Binary files /dev/null and b/static/images/COOL-Days-2025-PeopleWaving.png differ