diff options
author | delta <darkussdelta@gmail.com> | 2025-02-04 02:00:51 +0100 |
---|---|---|
committer | delta <darkussdelta@gmail.com> | 2025-02-04 02:00:51 +0100 |
commit | ff4d2cba92a4d7c967676055cd7145cc82997696 (patch) | |
tree | 9dd6c514fb727d76f442f98c4facf42fabafc972 /.zs/layout.html | |
parent | 0b3bdd46e3217bf4131950fd40d2c789b5729736 (diff) |
potential fix to fouc
Diffstat (limited to '.zs/layout.html')
-rw-r--r-- | .zs/layout.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.zs/layout.html b/.zs/layout.html index a171791..c1047d7 100644 --- a/.zs/layout.html +++ b/.zs/layout.html @@ -12,9 +12,9 @@ <title>{{ title }} - darkuss' website</title> <!-- Favicon --> - <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" /> - <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" /> - <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" /> + <link rel="apple-touch-icon" sizes="180x180" href="/assets/icons/apple-touch-icon.png" /> + <link rel="icon" type="image/png" sizes="32x32" href="/assets/icons/favicon-32x32.png" /> + <link rel="icon" type="image/png" sizes="16x16" href="/assets/icons/favicon-16x16.png" /> <!-- Stylesheets --> {{ styles }} |