From 99563671dcb6a4982b2f8500ea862fe755ea72f4 Mon Sep 17 00:00:00 2001 From: Wil Thieme Date: Mon, 18 Mar 2024 22:30:53 -0400 Subject: [PATCH] upgrade language pages --- _layouts/index.html | 6 ++++++ index.html | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/_layouts/index.html b/_layouts/index.html index 169a6e2..2d8bf98 100644 --- a/_layouts/index.html +++ b/_layouts/index.html @@ -22,8 +22,14 @@ {% endif %}
{% for post in paginator.posts %} + {% unless post.content contains 'This content is password protected. To view it please enter your password below' %} {% include calendar.html %} {% include single-post.html %} + {% endunless %} {% endfor %} {% include pagination.html %}
+ +
+ {{site.time}} +
diff --git a/index.html b/index.html index e503234..ef1ea72 100644 --- a/index.html +++ b/index.html @@ -21,7 +21,7 @@ {% endif %}
{% for post in paginator.posts %} - {% unless post.content contains 'This content is password protected. To view it please enter your password' %} + {% unless post.content contains 'This content is password protected. To view it please enter your password below' %} {% include calendar.html %} {% include single-post.html language="true" %} {% endunless %}