diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2020-08-14 19:42:23 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2020-08-14 19:42:23 +0300 |
| commit | 7dae4a10cfaa9bd8176fdbdf516055197fd485a6 (patch) | |
| tree | 2aac523c2bc0d86bd12cdae020b6cf3434f23399 /_includes | |
| parent | d34aa20d9560af6ca5bd05c54d1dfd3939938de2 (diff) | |
| download | aaoth.xyz-7dae4a10cfaa9bd8176fdbdf516055197fd485a6.tar.gz aaoth.xyz-7dae4a10cfaa9bd8176fdbdf516055197fd485a6.zip | |
double logo size
maybe i'll replace it with svg later.
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 db577db..349ddc3 100644 --- a/_includes/navigation.html +++ b/_includes/navigation.html @@ -4,5 +4,5 @@ <li><a href="{{ item.link }}" {% if page.url == item.link %}class="current"{% endif %}>{{ item.name }}</a></li> {% endfor %} </ul> - <img src="/assets/img/aaoth-logo.png" alt="aaoth"> + <img src="/assets/img/aaoth-logo.png" alt="aaoth" width="378px" height="102px"> </nav> |
