Polymer / pwa-helpers

Small helper methods or mixins to help you build web apps.
BSD 3-Clause "New" or "Revised" License
439 stars 48 forks source link

Add support for meta description #32

Closed Dabolus closed 6 years ago

Dabolus commented 6 years ago

Not sure if this is was done on purpose, but the description meta tag does not get updated when description is provided to the updateMetadata function. This PR fixes this behavior by updating the description meta tag too.

Fixes #31