Skip to content

Commit 7b35e8b

Browse files
committed
Fix blog overview arrows
1 parent 50bd082 commit 7b35e8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/blog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h2>{{ post.title }}</h2>
1919
</header>
2020
<p>{{ post.description }}</p>
2121
<a href="{{ post.permalink | safe }}" class="layout-link-button"><span style="padding-right: 8px">Open</span><img
22-
alt="Open post" src="assets/btn-progress.svg" width="12px"></a>
22+
alt="Open post" src="/assets/btn-progress.svg" width="12px"></a>
2323
</article>
2424
{% endfor %}
2525
</section>

0 commit comments

Comments
 (0)