Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 597 Bytes

File metadata and controls

19 lines (17 loc) · 597 Bytes
layout post-list
permalink /post
banner-title Post
banner-description 주로 개발 분야의 글을 올려요. ✏️
{% assign category_order = "all,Odoo,Development,Travel,Etc" | split: "," %} {% for category in category_order %} {% if category == 'all' %}All{% else %}{{ category }}{% endif %} {% endfor %}
    {% for page in site.posts %} {% include post-list.html %} {% endfor %}