blogs-perl-org / blogs.perl.org

Templates and stuff for the blogs.perl.org web site
http://blogs.perl.org/
60 stars 17 forks source link

"Continue reading" bug? #98

Closed jhannah closed 14 years ago

jhannah commented 14 years ago

Huh... My latest entry (http://blogs.perl.org/users/jhannah_mutation_grid/2010/10/large-hadron-collider.html) ends with

="10847f4.jp…

which looks pretty broken-esque. Click "Continue reading" and it looks fine. When you scope to my blog specifically

http://blogs.perl.org/users/jhannah_mutation_grid/

the other articles stretch out to their full length complete with pictures, but this entry is still broken-esque requiring another click on "continue reading" :/

Thanks for the hosting and support! :)

davorg commented 14 years ago

Looks like the filter that truncates posts when putting them on the front page doesn't like that image tag. I've moved the image into the extended part of the post and it now works fine.

Need to spend some time looking at that filter though.