mirror of
https://github.com/moparisthebest/www.moparscape.org
synced 2024-11-11 11:55:04 -05:00
12 lines
193 B
HTML
12 lines
193 B
HTML
|
---
|
||
|
layout: default
|
||
|
---
|
||
|
{% for page in site.posts limit:3 %}
|
||
|
{% assign content = page.content %}
|
||
|
{% assign index = true %}
|
||
|
<article>
|
||
|
{% include article.html %}
|
||
|
</article>
|
||
|
{% endfor %}
|
||
|
|