Open westonruter opened 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.
onload
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.