Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb17c3bc

Browse files
committed
Merge pull requestmmistakes#89 from vbrard/bugfix/related_posts
Only include read-more.html if site.related_posts.size > 0
2 parents929d84e +837e805 commitb17c3bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎_layouts/post.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h2><span class="entry-date date published"><time datetime="{{ page.date | date_
5050
</footer>
5151
</div><!-- /.entry-content -->
5252
{% if page.comments != false %}<sectionid="disqus_thread"></section><!-- /#disqus_thread -->{% endif %}
53-
{% if site.related_posts.size %}{% include read-more.html %}{% endif %}
53+
{% if site.related_posts.size> 0%}{% include read-more.html %}{% endif %}
5454
</article>
5555
</div><!-- /#main -->
5656

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp