From b50e8f21e21223f21bd3730d9c8fc44246bf7dfc Mon Sep 17 00:00:00 2001 From: Ralf Kirchner Date: Sun, 12 May 2024 17:59:56 +0200 Subject: [PATCH] Icon Fehler Mobile Ansicht behoben #1 --- .changelog.yml | 57 ++++++++++++++++++++++++++ css/ksite.css | 6 ++- templates/partials/blog_item.html.twig | 11 +++-- 3 files changed, 69 insertions(+), 5 deletions(-) create mode 100755 .changelog.yml diff --git a/.changelog.yml b/.changelog.yml new file mode 100755 index 0000000..50c31b9 --- /dev/null +++ b/.changelog.yml @@ -0,0 +1,57 @@ +# The full repository name +repo: ralf.kirchner/ks-twenty-fifteen + +# Service type (gitea or github) +service: gitea + +# Base URL for Gitea instance if using gitea service type (optional) +# Default: https://gitea.com +base-url: https://dev.ksite.de + +# Changelog groups and which labeled PRs to add to each group +groups: + - + name: BREAKING + labels: + - Kind/Breaking + - + name: FEATURES + labels: + - Kind/Feature + - + name: BUGFIXES + labels: + - Kind/Bug + - + name: ENHANCEMENTS + labels: + - Kind/Enhancement + - Kind/Refactor + - Kind/Ui + - + name: SECURITY + labels: + - Kind/Security + - + name: TESTING + labels: + - Kind/Testing + - + name: TRANSLATION + labels: + - Kind/Translation + - + name: BUILD + labels: + - Kind/Build + - Kind/Lint + - + name: DOCS + labels: + - Kind/Docs + - + name: MISC + default: true + +# regex indicating which labels to skip for the changelog +skip-labels: skip-changelog|backport\/.+ diff --git a/css/ksite.css b/css/ksite.css index 310c939..282e073 100644 --- a/css/ksite.css +++ b/css/ksite.css @@ -114,4 +114,8 @@ .social-navigation a[href*="skype.com"]:before { content: none; -} \ No newline at end of file +} + +.footer-icon { + padding-right: 5px; +} diff --git a/templates/partials/blog_item.html.twig b/templates/partials/blog_item.html.twig index b8046e1..41029f0 100644 --- a/templates/partials/blog_item.html.twig +++ b/templates/partials/blog_item.html.twig @@ -76,18 +76,21 @@ {% endif %}