Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 445 Bytes

File metadata and controls

15 lines (14 loc) · 445 Bytes
layout page
permalink /poetry/
title poetry
description 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 %}