We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fd9b4e commit 957ff78Copy full SHA for 957ff78
_includes/header.html
@@ -4,8 +4,8 @@
4
{%- assign default_paths = site.pages | map: "path" -%}
5
{%- assign page_paths = site.header_pages | default: default_paths -%}
6
{%- 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"
+ <a class="site-title" rel="author" href="{{ '/' | relative_url }}">
+ <img src="{{ '/assets/images/pythonnw_logo.png' | relative_url }}"
9
width="50px" height="50px" />
10
{{ site.title | escape }}
11
</a>
0 commit comments