From 42c5aadb3a5ea04f5d858ff4f9947f0ebb6e2389 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sun, 19 Jun 2022 15:02:16 -0400 Subject: [PATCH] more tweaks --- layouts/partials/footer.html | 4 ++-- layouts/shortcodes/crypto.html | 8 ++++---- static/style.css | 2 ++ 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 3dda4e4..8700305 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -2,7 +2,7 @@ {{ $tagsLen := len .Params.tags }} {{ if gt $tagsLen 0 }}
- See related:
+ See related:
{{ range $k, $v := .Params.tags }} {{ $url := printf "tags/%s" (. | urlize | lower) }} {{ . | title }} @@ -13,7 +13,7 @@ {{ end }} diff --git a/layouts/shortcodes/crypto.html b/layouts/shortcodes/crypto.html index 15f7a23..d5d07d2 100644 --- a/layouts/shortcodes/crypto.html +++ b/layouts/shortcodes/crypto.html @@ -20,13 +20,13 @@
- Monero
-84N9N3DMWhQ9cstHwGEjo8hEvm9bjeYgjV5fLrGK6TmA9iVPjnU7NMUT7gyAc22UgGAVTCUgReQ1J67znhWP3L52Usfw6jg
+ Monero
+84N9N3DMWhQ9cstHwGEjo8hEvm9bjeYgjV5fLrGK6TmA9iVPjnU7NMUT7gyAc22UgGAVTCUgReQ1J67znhWP3L52Usfw6jg
- Bitcoin
-bc1q763s4ud0hgfa66ce64gyh6tsss49vyk5cqcm6w
+ Bitcoin
+bc1q763s4ud0hgfa66ce64gyh6tsss49vyk5cqcm6w
diff --git a/static/style.css b/static/style.css index 6a2530a..8102a31 100644 --- a/static/style.css +++ b/static/style.css @@ -191,6 +191,7 @@ button.clear-search:hover { #tag_duck:before { content: "🦆" ; } #tag_dumpling:before { content: "🥟" ;} #tag_dutch:before { content: "🇳🇱" ;} +#tag_easter:before { content: "✝️" ; } #tag_eggs:before { content: "🥚" ; } #tag_english:before { content: "🏴󠁧󠁢󠁥󠁮󠁧󠁿" ; } #tag_fasting:before { content: "☦️" ; } @@ -235,6 +236,7 @@ button.clear-search:hover { #tag_sourdough:before { content: "🥖" ;} #tag_southwest:before { content: "🤠" ; } #tag_spanish:before { content: "🇪🇸" ; } +#tag_spice:before { content: "🧂" ; } #tag_spicy:before { content: "🌶️" ; } #tag_spread:before { content: "🧈" ; } #tag_steak:before { content: "🥩" ; }