aboutsummaryrefslogtreecommitdiffstats
path: root/_includes
diff options
context:
space:
mode:
authorla-ninpre <leobrekalini@gmail.com>2021-02-23 01:46:02 +0300
committerla-ninpre <leobrekalini@gmail.com>2021-02-23 01:46:02 +0300
commit25843593a10da466a1e769b8fdf17284e24d37e6 (patch)
treea25718dc72ff3dbabfc699a792b02e29c645f83a /_includes
parent2b8adf6d9f919755b18813ceea37b80d6fabc062 (diff)
downloadaaoth.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.html2
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>