From bd6c6371a188d02af5e3dd244b265f16f208e6ea Mon Sep 17 00:00:00 2001 From: Jeppe Krogh Date: Fri, 29 Aug 2025 10:01:24 +0200 Subject: [PATCH 1/2] Added styling to static page --- templates/static.html.twig | 104 +++++++++++++++++++++++++++++++++++-- 1 file changed, 101 insertions(+), 3 deletions(-) diff --git a/templates/static.html.twig b/templates/static.html.twig index ac98d07..6c09934 100644 --- a/templates/static.html.twig +++ b/templates/static.html.twig @@ -1,4 +1,102 @@ -
-

{{ title }}

-

{{ description|raw }}

+
+

{{ title }}

+

{{ description|raw }}

+ + From e4cb3404ca56ce7c77e1d8d1e3ccfe42065dbd0c Mon Sep 17 00:00:00 2001 From: Jeppe Krogh Date: Fri, 29 Aug 2025 10:59:46 +0200 Subject: [PATCH 2/2] Updated changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aff0897..ac1af58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ See [keep a changelog] for information about writing changes to this log. ## [Unreleased] +[PR-40](https://github.com/itk-dev/itqr/pull/40) + - Added styling to static page. [PR-39](https://github.com/itk-dev/itqr/pull/39) - Added various help texts and in-platform-documentation. [PR-38](https://github.com/itk-dev/itqr/pull/38)