diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-09-30 14:46:26 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-09-30 14:46:26 +0300 |
commit | 72f7f01476de1715db939449b034c444207e6f11 (patch) | |
tree | 786d072cca2edc0cc2347f9752ee9d777e149302 /_layouts/category.html | |
parent | add default layouts to _config.yml (diff) | |
download | jekyll-theme-72f7f01476de1715db939449b034c444207e6f11.tar.gz jekyll-theme-72f7f01476de1715db939449b034c444207e6f11.zip |
minor markup & wording fixes
Diffstat (limited to '_layouts/category.html')
-rw-r--r-- | _layouts/category.html | 4 |
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] %} |