Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 456 Bytes

poetry.md

File metadata and controls

16 lines (15 loc) · 456 Bytes
layout permalink title description order
page
/poetry/
poetry
Showcase your writing, short stories, or poems. Replace this text with your description.
2
    {% for poem in site.poetry reversed %}
  • {{ poem.title }}

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

  • {% endfor %}