shorten image names

This commit is contained in:
smthbh 2025-04-29 14:41:02 -04:00
parent 11adf45f10
commit 7eaf59eef2
5 changed files with 4 additions and 4 deletions

View file

Before

Width:  |  Height:  |  Size: 615 B

After

Width:  |  Height:  |  Size: 615 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 43 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

Before After
Before After

View file

@ -1,10 +1,10 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<link rel="icon" type="image/x-icon" href="{{websiteRoot}}/img/warcraft_armory_favicon_32x32.ico"> <link rel="icon" type="image/x-icon" href="{{websiteRoot}}/img/w_armory_favicon_32x32.ico">
<link rel="apple-touch-icon" sizes="180x180" href="{{websiteRoot}}/img/warcraft_armory_favicon_180x180.png"> <link rel="apple-touch-icon" sizes="180x180" href="{{websiteRoot}}/img/w_armory_favicon_180x180.png">
<link rel="icon" type="image/png" sizes="32x32" href="{{websiteRoot}}/img/warcraft_armory_favicon_32x32.png"> <link rel="icon" type="image/png" sizes="32x32" href="{{websiteRoot}}/img/w_armory_favicon_32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="{{websiteRoot}}/img/warcraft_armory_favicon_16x16.png"> <link rel="icon" type="image/png" sizes="16x16" href="{{websiteRoot}}/img/w_armory_favicon_16x16.png">
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<title>{{title}}</title> <title>{{title}}</title>