mirror of
https://github.com/Xevion/powershell.git
synced 2025-12-06 15:15:55 -06:00
Create new file shortcode for raw script/data insertion in posts
This commit is contained in:
2
layouts/shortcodes/file.html
Normal file
2
layouts/shortcodes/file.html
Normal file
@@ -0,0 +1,2 @@
|
||||
{{ $file := .Get 0}}
|
||||
{{ $file | readFile | safeHTML }}
|
||||
Reference in New Issue
Block a user