From a7816c160e06b2ee7684dcb66e1480cfcde0e90a Mon Sep 17 00:00:00 2001 From: Yehonal Date: Mon, 17 Dec 2018 20:40:19 +0100 Subject: Improved blog feature and other minor fixes --- _includes/git-wiki/components/lists/post-list.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '_includes') diff --git a/_includes/git-wiki/components/lists/post-list.html b/_includes/git-wiki/components/lists/post-list.html index 5e39359..be1aa35 100644 --- a/_includes/git-wiki/components/lists/post-list.html +++ b/_includes/git-wiki/components/lists/post-list.html @@ -2,12 +2,12 @@ {% include {{ site.inc_before_post_list }} %} {% endif %} -Posts {% if (site.show_wiki_post_limit >= 1 %} (Latest {{site.show_wiki_post_limit }} updated) {% endif %}: +Posts {% if (site.show_wiki_posts_limit >= 1 %} (Latest {{site.show_wiki_posts_limit }} updated) {% endif %}: +Read all + {% if site.inc_after_post_list %} {% include {{ site.inc_after_post_list }} %} {% endif %} \ No newline at end of file -- cgit