revise empty category message

This commit is contained in:
Amolith 2018-12-18 20:39:26 -05:00
parent 2ee40f819f
commit 4d8c5b1d0f
Signed by: Amolith
GPG Key ID: 51FD40936DB0065B
1 changed files with 2 additions and 2 deletions

View File

@ -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>