From 4d8c5b1d0f347a8090c181ef8f6a436fcbb9e1f3 Mon Sep 17 00:00:00 2001 From: Amolith Date: Tue, 18 Dec 2018 20:39:26 -0500 Subject: [PATCH] revise empty category message --- _layouts/category.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_layouts/category.html b/_layouts/category.html index edc1d1f..353308d 100644 --- a/_layouts/category.html +++ b/_layouts/category.html @@ -19,8 +19,8 @@ layout: default {% if empty_category %}
  • - It seems that there are no articles on that category, - please go home to see the full list of articles. +

    The first article to appear here is currently being written.

    +

    In the meantime, please go home to see a list of completed posts.

  • {% endif %}