From 4fab660eee73f4877b83c808ed7eeee607acbbe0 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Sun, 15 Oct 2017 17:46:30 +0100 Subject: [PATCH] Updated share button --- templates/post.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/post.html b/templates/post.html index 4fd4d0a..d04e4c9 100644 --- a/templates/post.html +++ b/templates/post.html @@ -9,7 +9,7 @@

- {{ title }} {{> share }} + {{ title }}

@@ -63,7 +63,7 @@ event.preventDefault(); navigator.share({ title: document.title, - url: window.location.url + url: window.location.href }); }); });