miguelsimoni / hugo-initio

Hugo Theme port of Initio bootstrap template by GetTemplate
https://themes.gohugo.io/hugo-initio/
MIT License
90 stars 119 forks source link

use valid HTML instead of invalid "parallax-speed" attribute #32

Closed skyfaller closed 3 years ago

skyfaller commented 4 years ago

The attribute parallax-speed is not valid HTML. It appears in the header.html partial and is called by template.js.

Data attributes seem like a better option for producing valid HTML.

miguelsimoni commented 3 years ago

Fixed. Thanks for the observation!