mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
1. Added Category support
2. Designed blog archives pages 3. Restructured Sass 4. Added Categories to rake post metadata 5. Some general style improvements
This commit is contained in:
@ -3,8 +3,8 @@ layout: default
|
||||
blog_index: true
|
||||
---
|
||||
{% assign index = true %}
|
||||
{% for page in paginator.posts %}
|
||||
{% assign content = page.content %}
|
||||
{% for post in paginator.posts %}
|
||||
{% assign content = post.content %}
|
||||
<article>
|
||||
{% include article.html %}
|
||||
</article>
|
||||
|
||||
Reference in New Issue
Block a user