Skip to content

Commit

Permalink
add missing line back into includeMarkdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Ball committed Feb 9, 2022
1 parent fb2f8ef commit d30fc53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/layouts/shortcodes/includeMarkdown.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
{{ $includePath := (print .Page.File.Dir (.Get 0)) | printf "./content/%s" }}
{{ readFile $includePath | safeHTML }}
{{ .Inner }}

0 comments on commit d30fc53

Please sign in to comment.