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 }); }); });