Skip to content

Commit

Permalink
fixes url for static images so they point to subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbradley committed Jul 26, 2024
1 parent 7ce3052 commit d7de396
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion reader/layouts/partials/favicon.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<link rel="icon" href="/images/310logo.png" type="image/png">
<link rel="icon" href='{{ "images/310logo.png" | relURL }}' type="image/png">
2 changes: 1 addition & 1 deletion reader/layouts/partials/logo.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<img src="/images/310logo.png">
<img src='{{ "images/310logo.png" | relURL }}'>

0 comments on commit d7de396

Please sign in to comment.