Skip to content

Commit 67ecbb1

Browse files
author
Zachary Coulter
committed
Merge branch 'hotfix/CU-86dtt1gp1-remove_names'
2 parents 97152fd + f128db5 commit 67ecbb1

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)