aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes
diff options
context:
space:
mode:
Diffstat (limited to '_includes')
-rw-r--r--_includes/categories/all.html1
-rw-r--r--_includes/posts/feed.html1
2 files changed, 0 insertions, 2 deletions
diff --git a/_includes/categories/all.html b/_includes/categories/all.html
index e21b3f6..32b8ad7 100644
--- a/_includes/categories/all.html
+++ b/_includes/categories/all.html
@@ -1,6 +1,5 @@
{% if site.posts.size == 0 %}
<p>Sorry, no posts have been added yet.</p>
- <hr/>
{% else %}
{% for category in site.categories %}
<h1><a class="category" href="{{ '/' | relative_url }}{{ category[0] | slugify: 'pretty' }}/">{{ category[0] }}</a></h1>
diff --git a/_includes/posts/feed.html b/_includes/posts/feed.html
index 14cc41e..4b4ea8b 100644
--- a/_includes/posts/feed.html
+++ b/_includes/posts/feed.html
@@ -1,6 +1,5 @@
{% if site.posts.size == 0 %}
<p class="h3">Sorry, no posts have been added yet.</p>
- <hr/>
{% else %}
{% for post in paginator.posts %}
<div class="post-entry">