summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_config.yml.dist23
1 files changed, 22 insertions, 1 deletions
diff --git a/_config.yml.dist b/_config.yml.dist
index fff0be0..b8d462b 100644
--- a/_config.yml.dist
+++ b/_config.yml.dist
@@ -53,6 +53,27 @@ plugins:
#
# INCLUDING HOOKS
+# They are optional, change them only if you need
+# Check wiki documentation to learn how they work
#
-
+inc_before_toc : ""
+inc_after_toc : ""
+inc_before_content : ""
+inc_after_content : ""
+inc_before_footer : ""
+inc_after_footer : ""
+inc_before_head : ""
+inc_after_head : ""
+inc_before_meta : ""
+inc_after_meta : ""
+inc_before_scripts : ""
+inc_after_scripts : ""
+inc_before_styles : ""
+inc_after_styles : ""
+inc_before_header : ""
+inc_after_header : ""
+inc_before_tail : ""
+inc_after_tail : ""
+inc_before_tools : ""
+inc_after_tools : ""