fix raw links in index page

This commit is contained in:
Mahdi Dibaiee 2022-07-27 16:58:52 +01:00
parent 5fecec5df1
commit 47e9ee008a

View File

@ -17,7 +17,7 @@ layout: default
<span>{{ post.date | date: "%b %-d, %Y" }}</span>
{% if post.meta %} • <span>{{ post.meta }}</span>{% endif %}
<span>Reading time: {{ post.content | reading_time }}</span>
<span><a href="/raw{{ page.url }}">raw</a></span>
<span><a href="/raw{{ post.url }}">raw</a></span>
</p>
</h2>
<article class='post-content'>