Add attributes overview and update skills page weight
All checks were successful
Deploy Jekyll site to Pages / build (push) Successful in 2m17s

This commit is contained in:
2025-05-06 12:37:22 +02:00
parent c7bb074b1d
commit 1e46bd764a
5 changed files with 71 additions and 61 deletions

View File

@@ -9,7 +9,7 @@
<li><a href="{{ "/" | relative_url }}" class="cyber-a{% if page.url == "/" %} fg-yellow{% endif %}">Home</a></li>
{% for tab in sorted_pages %}
{% if tab.title and tab.permalink and tab.nav != false %}
<li><a href="{{ tab.url | relative_url }}" class="cyber-a{% if page.url == tab.url %} fg-yellow{% endif %}">{{ tab.title }}</a></li>
<li><a href="{{ tab.url | relative_url }}" class="cyber-a{% if page.url contains tab.url %} fg-yellow{% endif %}">{{ tab.title }}</a></li>
{% endif %}
{% endfor %}
</ul>