mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
ea59244858
only keep new syntax for shortcodes in case its content may contain footnotes, meaning block level Markdown
11 lines
No EOL
294 B
HTML
11 lines
No EOL
294 B
HTML
{{- $_hugo_config := `{ "version": 1 }` }}
|
|
{{- partial "shortcodes/attachments.html" (dict
|
|
"context" .Page
|
|
"color" (.Get "color")
|
|
"content" .Inner
|
|
"icon" (.Get "icon")
|
|
"pattern" (.Get "pattern")
|
|
"style" (.Get "style")
|
|
"sort" (.Get "sort")
|
|
"title" (.Get "title")
|
|
) }} |