layout | permalink | title |
---|---|---|
default |
/blog/ |
Max Base - Blog posts |
↑ Blog posts
-
{% for post in site.posts %}
- {% assign date_format = site.cayman-blog.date_format | default: "%b %-d, %Y" %} {{ post.date | date: date_format }}: {{ post.title | escape }} {% endfor %}