mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-16 21:00:16 +00:00
12 lines
175 B
HTML
12 lines
175 B
HTML
---
|
|
id: blog
|
|
title: Blog
|
|
layout: blog
|
|
category: blog
|
|
---
|
|
|
|
<div class="posts">
|
|
{% for page in site.posts %}
|
|
{% include post.html truncate=true %}
|
|
{% endfor %}
|
|
</div>
|