diff options
| author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-06-15 14:45:17 +0200 | 
|---|---|---|
| committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-06-15 14:45:17 +0200 | 
| commit | ba9a35e3e927747da02fc1f1551d48a1582dd9cd (patch) | |
| tree | 610dfd9ec2e1dd552b298ae66e07f8a1baf97132 /templates | |
| parent | 55b6771f0c7eac91a80e2f3c85efbad363562fa6 (diff) | |
release assets2.14.1
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 175dfe2..5b86b3d 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 = 'v88'; # asset version +	% my $av = 'v89'; # 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">  | 
