From 3e61b9de48b7285b172d406cd3cb8f75e086e83a Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 14 Nov 2019 17:47:06 +0100 Subject: Copy share text to clipboard if sharing API is unavailable Closes #24 --- templates/layouts/default.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/layouts') diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 59885b6..e4e55ff 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -10,7 +10,7 @@ % while (my ($key, $value) = each %{stash('twitter') // {}}) { % } - % my $av = 'v28'; # asset version + % my $av = 'v29'; # asset version -- cgit v1.2.3