From 1ecc0ec84f473f6e18ccb175ec96cb4dc3b62064 Mon Sep 17 00:00:00 2001 From: Hashim Warren Date: Wed, 12 Feb 2020 19:21:42 -0500 Subject: [PATCH] fix(blog): Add title to YouTube embed (#21407) --- docs/blog/100days/pwa/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/blog/100days/pwa/index.md b/docs/blog/100days/pwa/index.md index dea9ff6b09391..ddb9507783c42 100644 --- a/docs/blog/100days/pwa/index.md +++ b/docs/blog/100days/pwa/index.md @@ -18,7 +18,7 @@ You may have been introduced to Gatsby as a [“static site generator”](/docs/ But Gatsby is best understood as a Progressive Web App generator, because with Gatsby you can produce websites with native mobile app capabilities. A Progressive Web App (PWA) is a new class of website that takes advantage of the web browser’s access to mobile device APIs, to provide features traditionally only associated with native apps. - + Imagine giving your website enhancements like offline mode, home screen installation, and push notifications. Well, those are exactly the features we want you to add to your Gatsby project this week!