Skip to content

Commit

Permalink
upgrade language pages
Browse files Browse the repository at this point in the history
  • Loading branch information
bmos committed Mar 19, 2024
1 parent 036d022 commit 9956367
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions _layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,14 @@
{% endif %}
<div class="container my-4 p-0">
{% 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 %}
</div>

<div class="container text-center my-4 p-0">
{{site.time}}
</div>
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
{% endif %}
<div class="container my-4 p-0">
{% 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 %}
Expand Down

0 comments on commit 9956367

Please sign in to comment.