Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 408 Bytes

File metadata and controls

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

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

  • {% endfor %}