Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 408 Bytes

journal.md

File metadata and controls

15 lines (14 loc) · 408 Bytes
layout permalink title description
page
/journal/
journal
Class journal for The Iron Yard.
    {% for journal in site.journal reversed %}
  • {{ journal.title }}

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

  • {% endfor %}