aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_layouts
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2019-09-30 14:18:44 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2019-09-30 14:18:44 +0300
commit536e704b5e47d72b61c91e66eea83790cacf629f (patch)
treeda13c6fa9e4e29654d4eaf6c1f0a31029ceaaf1f /_layouts
parentcategories.html: fix broken links (diff)
downloadjekyll-theme-536e704b5e47d72b61c91e66eea83790cacf629f.tar.gz
jekyll-theme-536e704b5e47d72b61c91e66eea83790cacf629f.zip
add <hr>s where appropriate
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/category.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/_layouts/category.html b/_layouts/category.html
index 6a5f100..dd9fcb6 100644
--- a/_layouts/category.html
+++ b/_layouts/category.html
@@ -1,7 +1,8 @@
---
layout: default
---
-<h1>Category: {{ page.title }}</h1>
+<h1>{{ page.title }}</h1>
+<hr>
<p>This is a list of posts in the "{{ page.category }}" category.</p>
{% if site.categories[page.category].size > 0 %}
<ul>