Post Feed

Simple post feed.

<ul id="news_feed">
 <h2>News</h2>
 {% for article in blogs.news.articles limit: 2 %}
 <li>
 <div class="article_thumb">
 {{article.excerpt}}
 </div>
 <div class="article_content">
 <span>{{ article.created_at | date: "%M.%d.%Y" }}</span>
 <h3><a href="{{ article.url }}">{{ article.title }}</a></h3>
 <p>{{article.content | strip_html | truncatewords: 25}}</p>
 <a href="{{ article.url }}">read more</a>
 </div>
 </li>
 {% endfor %}
 </ul>

 

Leave a Reply

katherine as a flat graphic icon

About Me

I’m an African / Ojibwe First Nations Web Developer living in Winnipeg, Manitoba.

Visit the Tips and Blog to see what I’m working on.