From 51e2bafa6ae648492286a323e68edc9eb3a56b39 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Tue, 17 Oct 2017 07:11:47 +0100 Subject: [PATCH] Added missing summary --- src/posts/2017-10-16-simple-sharing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/posts/2017-10-16-simple-sharing.md b/src/posts/2017-10-16-simple-sharing.md index 0cc695e..70f3a7c 100644 --- a/src/posts/2017-10-16-simple-sharing.md +++ b/src/posts/2017-10-16-simple-sharing.md @@ -3,7 +3,7 @@ layout: post.html title: Simple sharing date: 2017-10-16 tags: -summary: +summary: "The line between the web and native applications is becoming more and more blurred. One of the latest goodies to land in browsers that gives our users a consistent, seamless experience is the [Web Share API](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/share) currently only [available in Chrome](https://caniuse.com/#feat=web-share)." --- The line between the web and native applications is becoming more and more blurred. One of the latest goodies to land in browsers that gives our users a consistent, seamless experience is the [Web Share API](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/share) currently only [available in Chrome](https://caniuse.com/#feat=web-share).