slight formatting changes
parent
f34fc2d9e8
commit
1b84fc1f3f
|
@ -9,7 +9,8 @@ title: "Rin"
|
||||||
# logo = "img/logo.png"
|
# logo = "img/logo.png"
|
||||||
description: "As in 凛冽时雨"
|
description: "As in 凛冽时雨"
|
||||||
copyright: "Copyright 2022 Rin (Tamara Vassileva) <br /> All opinions herein are our own
|
copyright: "Copyright 2022 Rin (Tamara Vassileva) <br /> All opinions herein are our own
|
||||||
and not those of employers past, present, or potential. <br /> Icon courtesy of [https://picrew.me/image_maker/41329/](https://picrew.me/image_maker/41329/)"
|
and not those of employers past, present, or potential. <br /> Icon courtesy of
|
||||||
|
[https://picrew.me/image_maker/41329/](https://picrew.me/image_maker/41329/)"
|
||||||
|
|
||||||
dateFormat: "Mon Jan 2 2006"
|
dateFormat: "Mon Jan 2 2006"
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
{{ if .IsNamedParams }}
|
{{ if .IsNamedParams }}
|
||||||
<div class="tooltip">{{ .Inner }}
|
<span class="tooltip">{{ .Inner }}
|
||||||
<span class="tooltiptext">{{ .Get "hover-text" }}</span>
|
<span class="tooltiptext">{{ .Get "hover-text" }}</span>
|
||||||
</div>
|
</span>
|
||||||
{{ else }}
|
{{ else }}
|
||||||
<div class="tooltip">{{ .Inner }}
|
<span class="tooltip">{{ .Inner }}
|
||||||
<span class="tooltiptext">{{ .Get 0 }}</span>
|
<span class="tooltiptext">{{ .Get 0 }}</span>
|
||||||
</div>
|
</span>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in New Issue