mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
tab: make new shortcode work with goldmark unsafe=true
This commit is contained in:
parent
2b516acac2
commit
30b23b9213
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
{{- $_hugo_config := `{ "version": 1 }` }}
|
||||||
{{- $content := .Inner }}
|
{{- $content := .Inner }}
|
||||||
{{- $name := (.Get "name") }}
|
{{- $name := (.Get "name") }}
|
||||||
{{- $tabs := slice }}
|
{{- $tabs := slice }}
|
||||||
|
|
Loading…
Reference in a new issue