From 5e5f9f2e88dcb4aa1f828dce805f039144bef50a Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 24 Mar 2024 08:30:23 +0200 Subject: [PATCH] Update partial Bootstrap icons from the latest upstream version Also: * switch Twitter to the X icon * switch to using `default` for missing values and stop passing the default ones --- src/layouts/partials/footer.html | 2 +- src/layouts/partials/icons/bootstrap-white-fill.svg | 5 ++++- src/layouts/partials/icons/calendar-event.svg | 6 +++--- src/layouts/partials/icons/github.svg | 4 +++- src/layouts/partials/icons/opencollective.svg | 5 ++++- src/layouts/partials/icons/twitter.svg | 4 +++- src/layouts/partials/navbar.html | 8 ++++---- 7 files changed, 22 insertions(+), 12 deletions(-) diff --git a/src/layouts/partials/footer.html b/src/layouts/partials/footer.html index 54f393053..713f5f0c1 100644 --- a/src/layouts/partials/footer.html +++ b/src/layouts/partials/footer.html @@ -3,7 +3,7 @@
- {{ partial "icons/bootstrap-white-fill.svg" (dict "class" "d-block me-2" "width" "40" "height" "32") }} + {{ partial "icons/bootstrap-white-fill.svg" (dict "class" "d-block me-2") -}} Bootstrap