fix arrow in the header
This commit is contained in:
parent
bc651e4ce4
commit
45e3f40df3
1 changed files with 1 additions and 2 deletions
|
@ -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">←</a>
|
||||
<a href="/{% if page.collection == "notes" %}notes{% endif %}" aria-label="Home" class="back-link">←</a>
|
||||
{% endif %}
|
||||
<title>~</title>
|
||||
{% if page.root != true %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue