Skip to content

Files

Latest commit

cc319d0 · Jul 13, 2024

History

History
22 lines (20 loc) · 433 Bytes
·

blog.md

File metadata and controls

22 lines (20 loc) · 433 Bytes
·
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 %}