We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50bd082 commit 7b35e8bCopy full SHA for 7b35e8b
templates/blog.html
@@ -19,7 +19,7 @@ <h2>{{ post.title }}</h2>
19
</header>
20
<p>{{ post.description }}</p>
21
<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>
+ alt="Open post" src="/assets/btn-progress.svg" width="12px"></a>
23
</article>
24
{% endfor %}
25
</section>
0 commit comments