From 5da8f5afe992659fc9f6c63e2ceeced65569d338 Mon Sep 17 00:00:00 2001 From: zwbetz Date: Tue, 23 Apr 2019 12:46:28 -0500 Subject: [PATCH] Fix the following shortcodes to work with new hugo ver: fileTree, ticks --- layouts/shortcodes/fileTree.html | 2 +- layouts/shortcodes/ticks.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/shortcodes/fileTree.html b/layouts/shortcodes/fileTree.html index 9705a6d..3e8d95d 100644 --- a/layouts/shortcodes/fileTree.html +++ b/layouts/shortcodes/fileTree.html @@ -1,3 +1,3 @@
- {{ .Inner }} + {{ .Inner | markdownify }}
diff --git a/layouts/shortcodes/ticks.html b/layouts/shortcodes/ticks.html index b751603..21518d4 100644 --- a/layouts/shortcodes/ticks.html +++ b/layouts/shortcodes/ticks.html @@ -1,3 +1,3 @@
- {{ .Inner }} + {{ .Inner | markdownify }}