Skip to content

Commit

Permalink
Fix logo URL when deployed (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
twyatt authored Jan 18, 2024
1 parent c9cf1bf commit 4b1fb27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/_includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{%- assign default_paths = site.pages | map: "path" -%}
{%- assign page_paths = site.header_pages | default: default_paths -%}
{%- assign titles_size = site.pages | map: 'title' | join: '' | size -%}
<a class="site-title" rel="author" href="{{ "/" | relative_url }}"><img src="/assets/images/krayon.svg" height="35px" /></a>
<a class="site-title" rel="author" href="{{ "/" | relative_url }}"><img src="{{ "assets/images/krayon.svg" | relative_url }}" height="35px" /></a>

{%- if titles_size > 0 -%}
<nav class="site-nav">
Expand Down

0 comments on commit 4b1fb27

Please sign in to comment.