8 ms·
Just looking through the source of the site, it seems that whatever CMS you're using is inserting <p> tags everywhere, including around the opening and closing
by mediumdeviation 14y ago
Just looking through the source of the site, it seems that whatever CMS you're using is inserting <p> tags everywhere, including around the opening and closing <section> tags: http://i.imgur.com/RkoFP.png http://i.imgur.com/RkoFP.png.
It's also causing the page to fail validation (ignoring the errors about unknown meta tags): http://validator.w3.org/check?uri=http%3A%2F%2Fpaulstamatiou.com%2Fresponsive-retina-blog-design&charset=%28detect+automatically%29&doctype=Inline&group=0 http://validator.w3.org/check?uri=http%3A%2F%2Fpaulstamatiou...
- PStamatiou 14y agoyeah jekyll is going ham on my new lines. I have been meaning to look into that. It's markdown but I only use html. Need to find a way to have it not use markdown (blasphemy, I know).