summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2020-12-13 21:51:59 +0100
committerDaniel Friesel <derf@finalrewind.org>2020-12-13 21:51:59 +0100
commit5b7086bcd96e06113410e9559e92d62a061e12de (patch)
tree11f11aa3ce11a987ee31f9473bfc4949cf26b09c /templates
parent9477ceae7f6b827d25799089370eb5a644b05970 (diff)
update station list for autocompletion1.19.2
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 5ecd801..7e6eaec 100644
--- a/templates/layouts/default.html.ep
+++ b/templates/layouts/default.html.ep
@@ -13,7 +13,7 @@
% while (my ($key, $value) = each %{stash('opengraph') // {}}) {
<meta property="og:<%= $key %>" content="<%= $value %>">
% }
- % my $av = 'v35'; # asset version
+ % my $av = 'v36'; # 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">