summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2019-11-14 18:23:21 +0100
committerDaniel Friesel <daniel.friesel@uos.de>2019-11-14 18:23:21 +0100
commit35e9dae3499a4234836a2f858797e7b05f5d12c6 (patch)
tree125accece1a940a8d1b7fd7bc4a1c45bfa4575c2 /templates
parent3e61b9de48b7285b172d406cd3cb8f75e086e83a (diff)
include URL in copied share text if enabled1.9.12
Diffstat (limited to 'templates')
-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 e4e55ff..b6dcdc7 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 = 'v29'; # asset version
+ % my $av = 'v30'; # 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">