Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 449 Bytes

poetry.md

File metadata and controls

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

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

  • {% endfor %}