summaryrefslogtreecommitdiff
path: root/templates/layouts
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-06-19 21:04:36 +0200
committerDaniel Friesel <derf@finalrewind.org>2019-06-19 21:04:36 +0200
commitee24664ee9b5e85058592e64cd65c391146cc55f (patch)
tree56621837f431f1367e8a9f4e77b1960479f003f7 /templates/layouts
parentda2511f8ba97516f372ffdf8ce7283097eb2c08a (diff)
make share button link to status page if share API is unavailable
Diffstat (limited to 'templates/layouts')
-rw-r--r--templates/layouts/default.html.ep2
1 files changed, 1 insertions, 1 deletions
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') // {}}) {
<meta name="twitter:<%= $key %>" content="<%= $value %>">
% }
- % my $av = 'v25'; # asset version
+ % my $av = 'v26'; # asset version
<link rel="icon" type="image/png" href="/static/<%= $av %>/icons/icon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/static/<%= $av %>/icons/icon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/static/<%= $av %>/icons/icon-96x96.png" sizes="96x96">