Add cosin data interpolation shortcode
This commit is contained in:
parent
1b7c5a2573
commit
18656f9f5a
1 changed files with 2 additions and 0 deletions
2
layouts/shortcodes/cosin.html
Normal file
2
layouts/shortcodes/cosin.html
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
{{ $value := index .Site.Data.cosin (.Get 0) }}
|
||||||
|
{{- i18n $value | default $value -}}
|
Loading…
Reference in a new issue