小编dup*_*ic8的帖子

jekyll: 检查是否没有帖子

如何检查_posts文件夹中是否没有帖子?

到目前为止,我已经尝试过

{% if site.posts == null %}
  <p>No posts...yet.</p>
{% endif %}
Run Code Online (Sandbox Code Playgroud)

{% if site.posts == nil %}
  <p>No posts...yet.</p>
{% endif %}
Run Code Online (Sandbox Code Playgroud)

这在液体中可能吗?

liquid jekyll

4
推荐指数
1
解决办法
1052
查看次数

标签 统计

jekyll ×1

liquid ×1