From 5f093ce25020051b157b872e40df5634706708cd Mon Sep 17 00:00:00 2001 From: Yehonal Date: Sun, 16 Dec 2018 18:09:02 +0100 Subject: Update _config.yml.dist --- _config.yml.dist | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) 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 : "" -- cgit