Added index_bottom and article_bottom plugin calls.
1 files changed, 6 insertions(+), 0 deletions(-) M bashtml.sh
M bashtml.sh => bashtml.sh +6 -0
@@ 498,6 498,12 @@ create_html_page() { echo '<!-- entry end -->' # absolute end of the post fi # Article_bottom and index_bottom plugins if [[ $index == no ]]; then call_plugins article_bottom else call_plugins index_bottom fi echo '</div>' # content # Add disqus commments except for index and all_posts pages