mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-27 01:33:04 +00:00
include: new shortcode - missing file #43
This commit is contained in:
parent
c4215dd154
commit
cdd08cdf1a
1 changed files with 2 additions and 0 deletions
2
layouts/shortcodes/include.html
Normal file
2
layouts/shortcodes/include.html
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
{{ $file := .Get 0 }}
|
||||||
|
{{ $file | readFile | safeHTML }}
|
Loading…
Reference in a new issue