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 | |
| parent | 7dae4a10cfaa9bd8176fdbdf516055197fd485a6 (diff) | |
| download | aaoth.xyz-ebe4a28d2b8465ac2ee4ade42435f4cd3a81986c.tar.gz aaoth.xyz-ebe4a28d2b8465ac2ee4ade42435f4cd3a81986c.zip | |
add favicon
it's poor, but i'll fix later.
| -rw-r--r-- | _layouts/default.html | 1 | ||||
| -rw-r--r-- | assets/img/favicon.ico | bin | 0 -> 102152 bytes |
2 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 %} diff --git a/assets/img/favicon.ico b/assets/img/favicon.ico Binary files differnew file mode 100644 index 0000000..7c8306a --- /dev/null +++ b/assets/img/favicon.ico |
