f77db80077
2. Improved Blockquote comment header 3. Added Include File and Pullquote plugins 4. Improved blog typography 5. Simplified "Read more" link
13 lines
228 B
HTML
13 lines
228 B
HTML
---
|
|
layout: default
|
|
blog_index: true
|
|
---
|
|
{% assign index = true %}
|
|
{% for page in site.posts limit:site.posts_per_page %}
|
|
{% assign content = page.content %}
|
|
<article>
|
|
{% include article.html %}
|
|
</article>
|
|
{% endfor %}
|
|
|