aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_layouts/category.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/category.html')
-rw-r--r--_layouts/category.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/_layouts/category.html b/_layouts/category.html
index 066b3dd..efb34db 100644
--- a/_layouts/category.html
+++ b/_layouts/category.html
@@ -2,8 +2,8 @@
layout: default
---
<h1>{{ page.title }}</h1>
-<hr>
-<p>This is a list of posts in the "{{ page.category }}" category.</p>
+<hr/>
+<p>This is a list of posts in category "{{ page.category }}".</p>
{% if site.categories[page.category].size > 0 %}
<ul>
{% for post in site.categories[page.category] %}