summaryrefslogtreecommitdiff
path: root/hugo-pre.sh
diff options
context:
space:
mode:
Diffstat (limited to 'hugo-pre.sh')
-rwxr-xr-xhugo-pre.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hugo-pre.sh b/hugo-pre.sh
index dfc4a9a..e089d1d 100755
--- a/hugo-pre.sh
+++ b/hugo-pre.sh
@@ -4,7 +4,7 @@ name=$1
case $name in
*.md) pandoc -f gfm -t html ;;
- *.wiki) pandoc -f vimwiki -t html --table-of-contents
+ *.wiki) pandoc -f vimwiki -t html --table-of-contents ;;
*)
cat <<- EOF
<pre>$(cat -)</pre>