From 1676cc965f83704fb21fb6424a8cba981505b006 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Sun, 10 Mar 2024 16:46:05 +0000 Subject: [PATCH] small improvements --- assets/css/compiled/main.css | 5 ----- exampleSite/content/_index.md | 12 +++++++----- layouts/partials/home/background.html | 2 +- layouts/partials/home/profile.html | 2 +- 4 files changed, 9 insertions(+), 12 deletions(-) diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css index 2de218f5..4189bc25 100644 --- a/assets/css/compiled/main.css +++ b/assets/css/compiled/main.css @@ -2658,11 +2658,6 @@ input[type="range"]:active::-webkit-slider-thumb { padding-right:1.5rem } -.px-8 { - padding-left:2rem; - padding-right:2rem -} - .px-\[0\.4rem\] { padding-left:0.4rem; padding-right:0.4rem diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md index f7ef9f31..1cf8992f 100755 --- a/exampleSite/content/_index.md +++ b/exampleSite/content/_index.md @@ -3,11 +3,6 @@ title: "Welcome to Blowfish! :tada:" description: "This page was built using the Blowfish theme for Hugo." --- -```node -npx blowfish-tools -``` - -{{< youtubeLite id="SgXhGb-7QbU" label="Blowfish-tools demo" >}}
@@ -25,3 +20,10 @@ npx blowfish-tools
+```node +npx blowfish-tools +``` + +{{< youtubeLite id="SgXhGb-7QbU" label="Blowfish-tools demo" >}} + + diff --git a/layouts/partials/home/background.html b/layouts/partials/home/background.html index 00e43c59..25490338 100644 --- a/layouts/partials/home/background.html +++ b/layouts/partials/home/background.html @@ -30,7 +30,7 @@ {{ end }} -
+
{{ with .Site.Author.image }} {{ $authorImage := "" }} {{ if or (strings.HasPrefix . "http:") (strings.HasPrefix . "https:") }} diff --git a/layouts/partials/home/profile.html b/layouts/partials/home/profile.html index 1780569e..70e4ac97 100644 --- a/layouts/partials/home/profile.html +++ b/layouts/partials/home/profile.html @@ -2,7 +2,7 @@
-
+
{{ with .Site.Author.image }} {{ $authorImage := "" }} {{ if or (strings.HasPrefix . "http:") (strings.HasPrefix . "https:") }}