This commit is contained in:
Carlos Fenollosa 2014-07-11 09:23:57 +02:00
parent f946c98c32
commit 53e79106f5

5
bb.sh
View File

@ -537,9 +537,8 @@ create_html_page() {
echo '</div>' >> "$filename" # content echo '</div>' >> "$filename" # content
# Add disqus commments except for index and all_posts pages # Add disqus commments except for index and all_posts pages
if [[ ${filename%.*.*} != "index" && ${filename%.*.*} != "all_posts" ]]; then [[ "$index" == "no" ]] && disqus_body >> "$filename"
disqus_body >> "$filename"
fi
# page footer # page footer
cat .footer.html >> "$filename" cat .footer.html >> "$filename"
# close divs # close divs