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 4e96bbf commit f9ea4c2Copy full SHA for f9ea4c2
page/0archives.html
@@ -30,7 +30,7 @@ <h2 id="y{{ post.date | date: '%Y' }}">{{ post.date | date: '%Y' }}</h2>
30
<time>
31
{{ post.date | date:"%F" }} {{ post.date | date: "%a" }}.
32
</time>
33
- <a class="title" href="{{ post.url }}">{{ post.title }}</a>
+ <a class="title" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
34
35
{% include category.html %}
36
{% include tag.html %}
0 commit comments