diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2021-02-23 01:46:02 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2021-02-23 01:46:02 +0300 |
| commit | 25843593a10da466a1e769b8fdf17284e24d37e6 (patch) | |
| tree | a25718dc72ff3dbabfc699a792b02e29c645f83a /_includes | |
| parent | 2b8adf6d9f919755b18813ceea37b80d6fabc062 (diff) | |
| download | aaoth.xyz-25843593a10da466a1e769b8fdf17284e24d37e6.tar.gz aaoth.xyz-25843593a10da466a1e769b8fdf17284e24d37e6.zip | |
add art gallery and tweak header
i think that the pictures are just placeholders now. i will try to
improve this 'gallery' a bit later.
also, header is now fixed with transparent background.
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 349ddc3..0069ec8 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" width="378px" height="102px"> + <img src="/assets/img/aaoth-logo.png" alt="aaoth" width="376px" height="auto"> </nav> |
