fix: rename page templates to .html

This commit is contained in:
Devin Haska 2024-02-06 23:00:31 -08:00
parent 5283ed6dc3
commit 6f6f79f11f
5 changed files with 13 additions and 277 deletions

View file

@ -1,10 +0,0 @@
---
permalink: /posts/index.html
layout: "base"
---
{% for post in collections.posts %}
{{ post.fileSlug }}
{% endfor %}
Here are all my posts!