Skip to content

Commit 6bd96f2

Browse files
post: test
1 parent 09ee1d3 commit 6bd96f2

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

File renamed without changes.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{% for post in paginator.posts %}
66
<section>
77
<h2>
8-
<a href='{{ site.url }}{{ post.url }}' title='{{ post.title }}'>
8+
<a href='{{ post.url | relative_url }}' title='{{ post.title }}'>
99
{{ post.title }}
1010
</a>
1111
</h2>

0 commit comments

Comments
 (0)