diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-06-20 12:19:26 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-06-20 12:19:26 +0200 |
commit | 0d2a53c80d17ccf6b38e60c2cb21f41fe4633f56 (patch) | |
tree | 85f7b0f51d251e40682e2ba9f3bc7de2e8f5003d /templates | |
parent | f1f475f26f615a058d4a4b40d08f8f1c21bc5021 (diff) |
Update station autocompletion for T-S-DE-IRIS v1.56
Diffstat (limited to 'templates')
-rw-r--r-- | templates/layouts/default.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 7e6eaec..394bcfd 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 = 'v36'; # asset version + % my $av = 'v37'; # 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"> |