diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2021-10-19 00:56:30 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2021-10-19 00:56:30 +0300 |
| commit | aeccfea3b3ed9e396e47cf11de84930b86a241cd (patch) | |
| tree | fa4e808cf64785d302d27343f7df1c9f714d467e /_includes | |
| parent | b06fbbfe86cb2207db595201c403334288d5cbb6 (diff) | |
| download | aaoth.xyz-aeccfea3b3ed9e396e47cf11de84930b86a241cd.tar.gz aaoth.xyz-aeccfea3b3ed9e396e47cf11de84930b86a241cd.zip | |
add height of a logo
to improve speed of loading and bump up lighthouse score
Diffstat (limited to '_includes')
| -rw-r--r-- | _includes/navigation.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/navigation.html b/_includes/navigation.html index 638b75e..b92bf7f 100644 --- a/_includes/navigation.html +++ b/_includes/navigation.html @@ -1,6 +1,6 @@ <nav> <img src="/assets/img/aaoth-logo.png" alt="aaoth website logo" - width="376"> + width="376" height="102"> <ul> {%- for item in site.data.navigation -%} <li> |
