Merge branch 'master' of https://github.com/mmistakes/minimal-mistakes
This commit is contained in:
commit
2a64d8f514
1 changed files with 3 additions and 0 deletions
|
@ -84,6 +84,9 @@ layout: default
|
|||
<h4 class="page__related-title">{{ site.data.ui-text[site.locale].related_label | default: "You May Also Enjoy" }}</h4>
|
||||
<div class="grid__wrapper">
|
||||
{% for post in site.posts limit:4 %}
|
||||
{% if post.id == page.id %}
|
||||
{% continue %}
|
||||
{% endif %}
|
||||
{% include archive-single.html type="grid" %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue