From ee24664ee9b5e85058592e64cd65c391146cc55f Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 19 Jun 2019 21:04:36 +0200 Subject: make share button link to status page if share API is unavailable --- 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 4423060..9360454 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 = 'v25'; # asset version + % my $av = 'v26'; # asset version -- cgit v1.2.3