aboutsummaryrefslogtreecommitdiff
path: root/.themes/classic/source/_includes/asides
diff options
context:
space:
mode:
Diffstat (limited to '.themes/classic/source/_includes/asides')
-rw-r--r--.themes/classic/source/_includes/asides/recent_posts.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/.themes/classic/source/_includes/asides/recent_posts.html b/.themes/classic/source/_includes/asides/recent_posts.html
index ad3c7cc0..1f100960 100644
--- a/.themes/classic/source/_includes/asides/recent_posts.html
+++ b/.themes/classic/source/_includes/asides/recent_posts.html
@@ -1,4 +1,3 @@
-{% if page.single and site.recent_posts %}
<section>
<h1>Recent Posts</h1>
<ul id="recent_posts">
@@ -9,4 +8,3 @@
{% endfor %}
</ul>
</section>
-{% endif %}