fix arrow in the header

This commit is contained in:
Markus Heurung 2025-05-13 17:53:05 +02:00
parent bc651e4ce4
commit 45e3f40df3

View file

@ -56,9 +56,8 @@
<body class="{% if page.root != true %}post-body{% endif %} col-{{ page.collection }}" data-page-type="{{ page.type }}">
<header>
<div class="logo-container">
<img src="/assets/muhh_100x100.png" alt="muhh as a drawing holding coffee" />
{% if page.root != true %}
<a href="/{% if page.collection == "notes" %}notes{% endif %}" aria-label="Home" class="back-link">&leftarrow;</a>
<a href="/{% if page.collection == "notes" %}notes{% endif %}" aria-label="Home" class="back-link">&leftarrow;</a>&nbsp;
{% endif %}
<title>~</title>
{% if page.root != true %}