Skip to content

Commit

Permalink
Update post.html
Browse files Browse the repository at this point in the history
  • Loading branch information
HielkeMaps committed Mar 18, 2024
1 parent cdf55c0 commit 65da47e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h1>{{ page.title }}</h1>
<div class="news">
<div class="left-div side-div">
<div class="author-box">
<img src="{{ " /media/logo.png" | relative_url }}" />
<img src="{{ 'media/logo.png' | relative_url }}" />
<span class="">By Hielke</span>
<span class="date">{{ page.date | date: "%B %-d, %Y" }}</span>
</div>
Expand Down

0 comments on commit 65da47e

Please sign in to comment.