From 1b84fc1f3f9b23994d6ba5c0740668130704790b Mon Sep 17 00:00:00 2001 From: Rin Date: Thu, 17 Nov 2022 22:17:52 +1100 Subject: [PATCH] slight formatting changes --- config/_default/languages.en.yaml | 3 ++- layouts/shortcodes/hover.html | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/config/_default/languages.en.yaml b/config/_default/languages.en.yaml index 1b286e8..d217a44 100644 --- a/config/_default/languages.en.yaml +++ b/config/_default/languages.en.yaml @@ -9,7 +9,8 @@ title: "Rin" # logo = "img/logo.png" description: "As in 凛冽时雨" copyright: "Copyright 2022 Rin (Tamara Vassileva)
All opinions herein are our own -and not those of employers past, present, or potential.
Icon courtesy of [https://picrew.me/image_maker/41329/](https://picrew.me/image_maker/41329/)" +and not those of employers past, present, or potential.
Icon courtesy of +[https://picrew.me/image_maker/41329/](https://picrew.me/image_maker/41329/)" dateFormat: "Mon Jan 2 2006" diff --git a/layouts/shortcodes/hover.html b/layouts/shortcodes/hover.html index 031e8ef..c90b9cb 100644 --- a/layouts/shortcodes/hover.html +++ b/layouts/shortcodes/hover.html @@ -1,9 +1,9 @@ {{ if .IsNamedParams }} -
{{ .Inner }} + {{ .Inner }} {{ .Get "hover-text" }} -
+ {{ else }} -
{{ .Inner }} + {{ .Inner }} {{ .Get 0 }} -
  +   {{ end }}