We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a43cc80 commit 81036f3Copy full SHA for 81036f3
1 file changed
layouts/shortcodes/include.html
@@ -0,0 +1,2 @@
1
+{{ $file := .Get 0 }}
2
+{{ (printf "%s%s" .Page.File.Dir $file) | readFile | replaceRE "^---[\\s\\S]+?---" "" | markdownify }}
0 commit comments