We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cd4510 commit 30e2962Copy full SHA for 30e2962
blog.html
@@ -9,8 +9,8 @@ <h2>Posts</h2>
9
10
{% for post in site.posts %}
11
<div class="post mb4">
12
- <h1><a href="{{ post.url }}">{{ post.title }}</a></h1>
13
- <p>{{ post.content | strip_html | truncatewords:20 }} <a href="{{ post.url }}">View Post</a></p>
+ <h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>
+ <p>{{ post.content | strip_html | truncatewords:20 }} <a href="{{ site.baseurl }}{{ post.url }}">View Post</a></p>
14
</div>
15
{% endfor %}
16
0 commit comments