mirror of
https://github.com/moparisthebest/www.moparscape.org
synced 2024-12-26 09:28:56 -05:00
13 lines
210 B
HTML
13 lines
210 B
HTML
|
---
|
||
|
layout: default
|
||
|
title: Octopress
|
||
|
---
|
||
|
{% for page in site.posts limit:3 %}
|
||
|
{% assign content = page.content %}
|
||
|
{% assign index = true %}
|
||
|
<article>
|
||
|
{% include article.html %}
|
||
|
</article>
|
||
|
{% endfor %}
|
||
|
|