From c246397a2191fb5dd80dbc0bf7a0ec9923439adf Mon Sep 17 00:00:00 2001 From: mztiq <92191413+mztiq@users.noreply.github.com> Date: Sat, 10 Dec 2022 02:21:04 +0100 Subject: [PATCH 1/4] Update index.md --- exampleSite/content/users/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/exampleSite/content/users/index.md b/exampleSite/content/users/index.md index 4b650cec..bc3a2b35 100644 --- a/exampleSite/content/users/index.md +++ b/exampleSite/content/users/index.md @@ -51,6 +51,7 @@ Real websites that are built with Blowfish. | [jam.dsg.li](https://jam.dsg.li) | Organization site | | [priyakdey.com](https://priyakdey.com) | Personal site | | [sdehm.dev](https://sdehm.dev) | Personal site | +| [dizzytech.de](https://dizzytech.de) | Personal site | From 38bcea0e0a2d0be80954c0601e1383cb04af4a83 Mon Sep 17 00:00:00 2001 From: Krishna Santosh <75202541+krishna-santosh@users.noreply.github.com> Date: Sun, 11 Dec 2022 18:28:14 +0530 Subject: [PATCH 2/4] fix: add margin-bottom to the-top element --- layouts/_default/baseof.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 7ed024cb..fff19a32 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -28,7 +28,7 @@ {{ if and (.Site.Params.footer.showScrollToTop | default true) (gt .WordCount 200) }}
@@ -46,4 +46,4 @@ data-id="{{ .Site.Params.buymeacoffee.identifier }}" data-description="Support me on Buy me a coffee!" data-message="{{ .Site.Params.buymeacoffee.globalWidgetMessage | default "" }}" data-color="{{ .Site.Params.buymeacoffee.globalWidgetColor | default "#FFDD00" }}" data-position="{{ .Site.Params.buymeacoffee.globalWidgetPosition | default "Left" }}" data-x_margin="18" data-y_margin="18"> {{ end }} - \ No newline at end of file + From 2f053a7279f5dffe0347fe0a862729a030562659 Mon Sep 17 00:00:00 2001 From: Krishna Santosh <75202541+krishna-santosh@users.noreply.github.com> Date: Sun, 11 Dec 2022 18:52:41 +0530 Subject: [PATCH 3/4] fix: add margin-bottom to 'the-top' element --- assets/css/compiled/main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css index af1f385a..50e7f026 100644 --- a/assets/css/compiled/main.css +++ b/assets/css/compiled/main.css @@ -1306,6 +1306,10 @@ select { margin-bottom: 3rem; } +.mb-16 { + margin-bottom: 4rem; +} + .mt-5 { margin-top: 1.25rem; } From 16bc8cf841581d2aec9c5d4e8b412540dcfeeb61 Mon Sep 17 00:00:00 2001 From: Krishna Santosh <75202541+krishna-santosh@users.noreply.github.com> Date: Mon, 12 Dec 2022 22:04:33 +0530 Subject: [PATCH 4/4] fix: moved Tags Authors to left in mobile view --- layouts/partials/footer.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 72ac5c88..5faf0cda 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -2,10 +2,10 @@ {{/* Footer menu */}} {{ if .Site.Params.footer.showMenu | default true }} {{ if .Site.Menus.footer }} -