We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09ee1d3 commit 6bd96f2Copy full SHA for 6bd96f2
2 files changed
_posts/2026-01-14 new post.md _posts/2026-01-14-new-post.md_posts/2026-01-14 new post.md renamed to _posts/2026-01-14-new-post.md
index.html
@@ -5,7 +5,7 @@
5
{% for post in paginator.posts %}
6
<section>
7
<h2>
8
- <a href='{{ site.url }}{{ post.url }}' title='{{ post.title }}'>
+ <a href='{{ post.url | relative_url }}' title='{{ post.title }}'>
9
{{ post.title }}
10
</a>
11
</h2>
0 commit comments