Add a lang shortcode that wraps text in a <span lang="x"> tag
This commit is contained in:
parent
dabe54e581
commit
3014a7c694
1 changed files with 1 additions and 0 deletions
1
layouts/shortcodes/lang.html
Normal file
1
layouts/shortcodes/lang.html
Normal file
|
@ -0,0 +1 @@
|
|||
<span lang="{{ .Get 0 }}">{{ .Inner }}</span>{{- "" -}}
|
Loading…
Add table
Add a link
Reference in a new issue