Skip to content

Commit

Permalink
fix home pathing
Browse files Browse the repository at this point in the history
  • Loading branch information
Karson Kalt authored and Karson Kalt committed May 8, 2024
1 parent c32a44f commit 10dba6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
{%- 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 class="post-wordmark" src="{{ '/assets/svg/karson-kalt-wordmark-horizontal.svg'}}" alt="Karson Kalt" /></a>
<a class="site-title" rel="author" href='{{ "/" | relative_url }}'>
<img class="post-wordmark" src="{{ ' /assets/svg/karson-kalt-wordmark-horizontal.svg'}}" alt="Karson Kalt" /></a>

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

0 comments on commit 10dba6d

Please sign in to comment.