Skip to content

Commit 957ff78

Browse files
committed
Update relative url for logo
1 parent 2fd9b4e commit 957ff78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/header.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
{%- assign default_paths = site.pages | map: "path" -%}
55
{%- assign page_paths = site.header_pages | default: default_paths -%}
66
{%- assign titles_size = site.pages | map: 'title' | join: '' | size -%}
7-
<a class="site-title" rel="author" href="{{ "/" | relative_url }}">
8-
<img src="{{ "/" | relative_url }}/assets/images/pythonnw_logo.png"
7+
<a class="site-title" rel="author" href="{{ '/' | relative_url }}">
8+
<img src="{{ '/assets/images/pythonnw_logo.png' | relative_url }}"
99
width="50px" height="50px" />
1010
{{ site.title | escape }}
1111
</a>

0 commit comments

Comments
 (0)