diff options
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 }} |