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; } 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 | 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 + 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 }} -