Skip to content

Commit f128db5

Browse files
author
Zachary Coulter
committedJun 14, 2024
fix header link
1 parent 5a892d0 commit f128db5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎_includes/header.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
<div class="wrapper">
44
{%- assign default_paths = site.pages | map: "path" -%}
55
{%- assign page_paths = site.header_pages | default: default_paths -%}
6-
<a class="site-title" rel="author" href="{{ " /" | relative_url }}" style="font-weight: 500">{{ site.title |
7-
escape }}</a>
6+
<a class="site-title" rel="author" href="{{ "/" | relative_url }}" style="font-weight: 500">{{ site.title | escape }}</a>
87
{%- if page_paths -%}
98
<nav class="site-nav">
109
<input type="checkbox" id="nav-trigger" class="nav-trigger" />

0 commit comments

Comments
 (0)
Please sign in to comment.