aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_layouts/category.html
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2019-09-30 14:46:26 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2019-09-30 14:46:26 +0300
commit72f7f01476de1715db939449b034c444207e6f11 (patch)
tree786d072cca2edc0cc2347f9752ee9d777e149302 /_layouts/category.html
parentadd default layouts to _config.yml (diff)
downloadjekyll-theme-72f7f01476de1715db939449b034c444207e6f11.tar.gz
jekyll-theme-72f7f01476de1715db939449b034c444207e6f11.zip
minor markup & wording fixes
Diffstat (limited to '')
-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] %}