godaddy-wordpress / go

The most flexible Gutenberg-first WordPress theme built for go-getters everywhere.
https://wordpress.org/themes/go/
GNU General Public License v2.0
329 stars 64 forks source link

Avoid adding onload attribute to stylesheet when serving AMP response #917

Open westonruter opened 3 months ago

westonruter commented 3 months ago

I just noticed that the Go theme is adding an onload attribute to the fonts stylesheet. This gets reported as a validation error on AMP pages since this attribute isn't allowed. So this should be made conditional if it is not an AMP response.