scroll hidden and links fixed?
All checks were successful
deploy to neocities / Build and deploy Jekyll site (push) Successful in 47s

This commit is contained in:
2025-08-25 16:48:29 +02:00
parent ceac02720b
commit ff067c831f
2 changed files with 2 additions and 16 deletions

View File

@@ -1,21 +1,6 @@
<!-- <div class="sidebar">
<a href="/index.html">index</a>
<h2>my links:</h2>
<p><a rel="me" href="https://blorbo.social/@beppe">Mastodon(my art will be here)</a></p>
<p><a href="https://steamcommunity.com/id/bvanroll/">steam</a></p>
<p><a href="https://letterboxd.com/beppev/">letterboxd</a></p>
<p><a href="https://git.beppe.online/beppe">gitea</a></p>
<a href="#" onclick="toggle(1);" >blogposts</a>
<ul class="submenu">
{% for post in site.posts %}
<li><a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>
</div>-->
<nav>
{% for item in site.data.navigation %}
<a class="navlink" href="{{ iten.link }}" {% if page.url == item.link %}style="color: red;"{% endif %}>
<a class="navlink" href="{{ iten.link }}" {{ item.link }} {% if page.url == item.link %}style="color: red;"{% endif %}>
{{ item.name }}
</a>
{% endfor %}

View File

@@ -36,6 +36,7 @@ nav {
margin-left: 8em;
height: 40em;
overflow: scroll;
scrollbar-width: none;
padding: 2em;
}