From 1890155a0a95ff56391d71d58b68ba98abd510da Mon Sep 17 00:00:00 2001 From: Ryan Watters Date: Sun, 19 Feb 2017 02:17:46 -0600 Subject: [PATCH] Add shortcode from live site for readfile example in local files template --- layouts/shortcodes/readfile.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 layouts/shortcodes/readfile.html diff --git a/layouts/shortcodes/readfile.html b/layouts/shortcodes/readfile.html new file mode 100644 index 000000000..cebe02582 --- /dev/null +++ b/layouts/shortcodes/readfile.html @@ -0,0 +1 @@ +{{- .Get 0 | readFile -}} \ No newline at end of file