jonasmerlin / astro-seo

Makes it easy to add information that is relevant for SEO to your Astro app.
MIT License
908 stars 50 forks source link

Add support for media attribute on extended meta tags #78

Closed jasontyping closed 11 months ago

jasontyping commented 11 months ago

The meta element in HTML and HTMLMetaElement support an optional attribute called media, used by HTML theme-color (see https://html.spec.whatwg.org/multipage/semantics.html#meta-theme-color). This PR adds the media attribute, if provided, when rendering extended meta tags.

This PR fixes #75.

jonasmerlin commented 11 months ago

@jasontyping Thank you for your contribution! Will build a new version now.