diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2020-10-27 20:46:31 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2020-10-27 20:46:31 +0300 |
| commit | 9f6f9ffe4ca074d0eaa9f9897346ebc70b83877b (patch) | |
| tree | 2dff3d3bc8f8e1dc8bee4d267b05a8e7f37319b1 /_layouts | |
| parent | b2e7ceea44c1e697ddd419e4f77d5e1a283aa08c (diff) | |
| download | aaoth.xyz-9f6f9ffe4ca074d0eaa9f9897346ebc70b83877b.tar.gz aaoth.xyz-9f6f9ffe4ca074d0eaa9f9897346ebc70b83877b.zip | |
fix favicon
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 5196216..36db796 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <title>{{ page.title }} - {{ site.title }}</title> <link rel="stylesheet" href="/assets/css/style.css"> - <link rel="icon" href="assets/img/favicon.ico" type="image/x-icon"> + <link rel="icon" href="/assets/img/favicon.ico" type="image/x-icon"> </head> <body> {% include navigation.html %} |
