Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 503 Bytes

File metadata and controls

18 lines (15 loc) · 503 Bytes
layout page
permalink /posts/
title POST
description 전체 글 목록
    {% for post in site.posts %}
  • {{ post.title }}

    • {{ post.author }} • {{ post.categories }}

    {{ post.date | date: '%B %-d, %Y — %H:%M' }}

  • {% endfor %}