~xdavidwu/xdavidwu.link

7598761c675b178aca0076d6b4b73818d94da3c4 — Michael Rose 5 years ago 47e4fe3 + d9bef92
Merge branch 'master' of https://github.com/mmistakes/minimal-mistakes
1 files changed, 3 insertions(+), 0 deletions(-)

M _layouts/single.html
M _layouts/single.html => _layouts/single.html +3 -0
@@ 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>