revise empty category message

Amolith created

Change summary

_layouts/category.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Detailed changes

_layouts/category.html 🔗

@@ -19,8 +19,8 @@ layout: default
 
     {% if empty_category %}
         <li class="empty-post-list">
-            It seems that there are no articles on that category,
-            please go <a href="/">home</a> to see the full list of articles.
+            <p>The first article to appear here is currently being written.<p>
+            <p>In the meantime, please go <a href="/">home</a> to see a list of completed posts.</p>
         </li>
     {% endif %}
 </ul>