Esri / esri-leaflet-doc

Documentation, API Reference and Samples
https://esri.github.io/esri-leaflet/
Apache License 2.0
81 stars 1.12k forks source link

Possiblity of Two Meta Description tags #250

Closed gavinr closed 5 years ago

gavinr commented 5 years ago

It looks like if a page has a "Description" in its page.data, we could have two <meta name="description" .... > tags on the page (see code here). I don't think this is happening in practice anywhere, but we probably should not have the possibility for it to happen - could we make this an if/else instead, so only one meta description tag is ever on the page at once.

jwasilgeo commented 5 years ago

closed via PR #253