diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2019-11-14 17:47:06 +0100 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2019-11-14 17:47:06 +0100 |
commit | 3e61b9de48b7285b172d406cd3cb8f75e086e83a (patch) | |
tree | 179cd1b074d84ec690dccdc694872d2c2e14259a /templates/layouts | |
parent | ead18f1212cb8f7978db567b805b717488677219 (diff) |
Copy share text to clipboard if sharing API is unavailable1.9.11
Closes #24
Diffstat (limited to 'templates/layouts')
-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 59885b6..e4e55ff 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 = 'v28'; # asset version + % my $av = 'v29'; # 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"> |