ficlatte / main

Ficlatté website main code
GNU Affero General Public License v3.0
2 stars 2 forks source link

Disappearing blog #12

Closed stitzelj closed 7 years ago

stitzelj commented 7 years ago

The {% if blog %} log to deal with empty blogs on the front page appears to be having an unexpected effect, hiding the blog even when blog posts exist.

stitzelj commented 7 years ago

Temporarily removed the conditional tags in index.html to restore the blog.

stitzelj commented 7 years ago

As noted in the pull request, submitted a bugfix with correct conditional tag -- {% if blog_latest %} -- to hide the blog if no content exists. Provided the fix checks out, this issue can be closed.