hdra / pelican-cait

Theme for Pelican static site generator. Badly designed.
MIT License
47 stars 26 forks source link

hr tag problem in templates/index.html #6

Closed carlcarl closed 10 years ago

carlcarl commented 10 years ago

The <hr/> tag in templates/index.html seems illegal here. I use W3C validator and it gives an error: Element hr not allowed as child of element ol in this context.

Consider moving the <hr/> tag inside the <li></li> ? For example: https://github.com/jsliang/pelican-fresh/blob/master/templates/index.html