diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2018-12-16 18:09:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-16 18:09:02 +0100 |
| commit | 5f093ce25020051b157b872e40df5634706708cd (patch) | |
| tree | 5c00f7269a31c756af402188c3f20a919eaaf314 | |
| parent | 558fcea5c4706ebdc98873104e189d42d6ac7da9 (diff) | |
| download | wiki-5f093ce25020051b157b872e40df5634706708cd.tar.gz wiki-5f093ce25020051b157b872e40df5634706708cd.tar.bz2 wiki-5f093ce25020051b157b872e40df5634706708cd.zip | |
Update _config.yml.dist
| -rw-r--r-- | _config.yml.dist | 23 |
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 : "" |
