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