redesign 2023
This commit is contained in:
3
themes/FixIt/layouts/shortcodes/raw.html
Normal file
3
themes/FixIt/layouts/shortcodes/raw.html
Normal file
@ -0,0 +1,3 @@
|
||||
|
||||
{{- $tag := .Get "tag" | default (.Get 0) | default "div" -}}
|
||||
{{- printf `<%v class="fi-row">%v</%v>` $tag .Inner $tag | safeHTML -}}
|
Reference in New Issue
Block a user