We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 97152fd + f128db5 commit 67ecbb1Copy full SHA for 67ecbb1
_includes/header.html
@@ -3,8 +3,7 @@
3
<div class="wrapper">
4
{%- assign default_paths = site.pages | map: "path" -%}
5
{%- 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>
+ <a class="site-title" rel="author" href="{{ "/" | relative_url }}" style="font-weight: 500">{{ site.title | escape }}</a>
8
{%- if page_paths -%}
9
<nav class="site-nav">
10
<input type="checkbox" id="nav-trigger" class="nav-trigger" />
0 commit comments