ficlatte / main

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

Temp fix for disappearing blog #13

Closed stitzelj closed 7 years ago

stitzelj commented 7 years ago

I removed the {% if blog %} statement from the index.html file to restore the blog. Something about that logic isn't working, so I removed it temporarily until a better fix can be found for the conditional logic.

stitzelj commented 7 years ago

Submitted bugfix with correct conditional tag -- {% if blog_latest %} -- to hide the blog if no content exists.

HSAR commented 7 years ago

I was discussing with @stitzelj, we need to make https://github.com/ficlatte/main/issues/8 a high priority. This issue (https://github.com/ficlatte/main/issues/12) could have been caught easily with an automated test.

stitzelj commented 7 years ago

Paul patched the bug on his own so closing this pull request.