aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_layouts/category.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/category.html')
-rw-r--r--_layouts/category.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/_layouts/category.html b/_layouts/category.html
index fa50437..6a5f100 100644
--- a/_layouts/category.html
+++ b/_layouts/category.html
@@ -2,7 +2,7 @@
layout: default
---
<h1>Category: {{ page.title }}</h1>
-<p>This is a complete list of posts in the "{{ page.category }}" category.</p>
+<p>This is a list of posts in the "{{ page.category }}" category.</p>
{% if site.categories[page.category].size > 0 %}
<ul>
{% for post in site.categories[page.category] %}
@@ -10,3 +10,4 @@ layout: default
{% endfor %}
</ul>
{% endif %}
+<p>For a complete list of posts grouped by category, please see <a href="{{ site.baseurl }}/categories.html">this page</a>.</p>