On 07.02.2017 11:40, Paolo Bonzini wrote: > > > On 07/02/2017 11:23, Thomas Huth wrote: >> The W3 HTML validator (https://validator.w3.org/) complains about >> missing "alt" attributes and a missing "</section>" tag for the >> new QEMU website. Here are two patches to fix the issues. >> >> Thomas Huth (2): >> Add missing HTML tag to close the screenshots section >> Add "alt" attributes to the img tags >> >> _includes/screenshot.html | 2 +- >> index.html | 1 + >> 2 files changed, 2 insertions(+), 1 deletion(-) >> > > Applied, thanks! :)
There is another error reported by the validator on the blog page: https://validator.w3.org/nu/?doc=http%3A%2F%2Fwww.qemu-project.org%2Fblog%2F But I don't have a clue how to fix that one ... the space in the URL should be translated to %20 - any ideas how to do that with Jekyll? Thomas