summaryrefslogtreecommitdiff
path: root/_includes/git-wiki/components/lists/post-list.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/git-wiki/components/lists/post-list.html')
-rw-r--r--_includes/git-wiki/components/lists/post-list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/git-wiki/components/lists/post-list.html b/_includes/git-wiki/components/lists/post-list.html
index d6fa663..579dab5 100644
--- a/_includes/git-wiki/components/lists/post-list.html
+++ b/_includes/git-wiki/components/lists/post-list.html
@@ -15,7 +15,7 @@
{% if post.layout != "null" and post.sitemap != false and post.title %}
<li class="post-list-item">
- <a href="{{ post.url | relative_url }}">{{ post.title}}</a>
+ <a href="{{ post.url | relative_url }}">{{ post.title | escape }}</a>
</li>
{% assign numPages = numPages | plus: 1 %}
{% endif %}