~stormdragon2976/bashtml

2caf84395c9d4ccee4697ade7d9a84ba9d2a6a8e — Storm Dragon 3 years ago 84ea5ce
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