blog-static/themes/vanilla/layouts/shortcodes/codeblock

2 lines
67 B
Plaintext
Raw Normal View History

2019-08-03 15:18:15 -07:00
{{ highlight (readFile (printf "code/%s" (.Get 1))) (.Get 0) "" }}