mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
1. Switched back to Rdiscount
2. Improved Blockquote comment header 3. Added Include File and Pullquote plugins 4. Improved blog typography 5. Simplified "Read more" link
This commit is contained in:
@ -1,9 +1,10 @@
|
||||
---
|
||||
layout: default
|
||||
blog_index: true
|
||||
---
|
||||
{% for page in site.posts limit:3 %}
|
||||
{% assign content = page.content %}
|
||||
{% assign index = true %}
|
||||
{% for page in site.posts limit:site.posts_per_page %}
|
||||
{% assign content = page.content %}
|
||||
<article>
|
||||
{% include article.html %}
|
||||
</article>
|
||||
|
||||
Reference in New Issue
Block a user