aboutsummaryrefslogtreecommitdiff
path: root/templater
diff options
context:
space:
mode:
Diffstat (limited to 'templater')
-rwxr-xr-xtemplater8
1 files changed, 4 insertions, 4 deletions
diff --git a/templater b/templater
index 170e203..1c5d7d6 100755
--- a/templater
+++ b/templater
@@ -207,10 +207,10 @@ function templater_ikiwiki {
cp -r $DIRNAME/share/ikiwiki/bootstrap .
fi
- if [ -d ".git" ]; then
- git add .
- #git commit -a -m "Static site generation support using ikiwiki"
- fi
+ #if [ -d ".git" ]; then
+ # git add .
+ # git commit -a -m "Static site generation support using ikiwiki"
+ #fi
else
__templater_echo "Ikiwiki already set"
fi