diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2020-08-14 20:06:00 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2020-08-14 20:06:00 +0300 |
| commit | ebe4a28d2b8465ac2ee4ade42435f4cd3a81986c (patch) | |
| tree | acf448556fc3309844119e90c8590b179c4d3fc0 /_layouts | |
| parent | 7dae4a10cfaa9bd8176fdbdf516055197fd485a6 (diff) | |
| download | aaoth.xyz-ebe4a28d2b8465ac2ee4ade42435f4cd3a81986c.tar.gz aaoth.xyz-ebe4a28d2b8465ac2ee4ade42435f4cd3a81986c.zip | |
add favicon
it's poor, but i'll fix later.
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/default.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 62a748c..5196216 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -5,6 +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"> </head> <body> {% include navigation.html %} |
