Skip to content

Commit

Permalink
Create blog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandra-LozC authored Feb 22, 2024
1 parent 9646205 commit 3293111
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions blog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
layout: page
permalink: /blog/
title: blog
description: Showcase your writing, short stories, or poems. Replace this text with your description.
---

<ul class="post-list">
{% for poem in site.poetry reversed %}
<li>
<h2><a class="blog-title" href="{{ blog.url | prepend: site.baseurl }}">{{ blog.title }}</a></h2>
<p class="post-meta">{{ blog.date | date: '%B %-d, %Y — %H:%M' }}</p>
</li>
{% endfor %}
</ul>

0 comments on commit 3293111

Please sign in to comment.