html 杰基尔:按类别排除帖子

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html 杰基尔:按类别排除帖子相关的知识,希望对你有一定的参考价值。

 // looping trough all posts
    {% for post in site.posts limit: 1 %}

    // if the category we want to exclude matches
        {% if post.category == "link" %}
        // we do nothing
        {% else if %}
        // if it's another category, we display the article
        <article>
            <hgroup>
                <h2><a href="{{ post.url }}">{{ post.title }}</a></h2>
            </hgroup>
                {{ post.excerpt }}
        </article>
        {% endif %}  
    {% endfor %}
  

以上是关于html 杰基尔:按类别排除帖子的主要内容,如果未能解决你的问题,请参考以下文章

html 杰基尔的标签

html 在杰基尔发布分享

html 杰基尔演员 - 导航

html 杰基尔索引文件

ruby 杰基尔档案馆

ruby 杰基尔:Slugify文本