Skip to content

Commit

Permalink
Rename blog/index.md to blog.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
verovaleros committed Apr 20, 2024
1 parent 20deaf6 commit afd5031
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 17 deletions.
12 changes: 12 additions & 0 deletions blog.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: default
title: Blog
---

# Blog
{% for post in site.posts %}
<div class="post">
<p class="date"><small>{{ post.date | date: "%-d %B %Y" }} Tags: <em>{{ post.tags | join: "</em> - <em>" }}</em></small></p>
<h3><a href="{{ post.url }}">{{ post.title }}</a></h3>
</div>
{% endfor %}
17 changes: 0 additions & 17 deletions blog/index.md

This file was deleted.

0 comments on commit afd5031

Please sign in to comment.