Adds content for edc blog as sample

This commit is contained in:
Shashank Mehta
2014-02-05 21:57:22 +05:30
parent fe6eeed937
commit 7f88730eb1
10 changed files with 129 additions and 1 deletions

View File

@ -2,6 +2,10 @@
layout: layout
---
<section class="cover">
<img src="/images/edc_cover.png" alt="">
</section>
{% for post in site.categories.edc %}
{% if post.category == 'cover' %}
<section class="cover">
@ -26,7 +30,7 @@ layout: layout
<div class="article">
<a href="{{ post.url }}">
{% if post.image %}
<img src="/images/posts/{{ post.image }}" alt="">
<img src="/images/posts/{{ post.image }}" alt="" class="article-cover" >
{% endif %}
<div class="details">
<h3>{{ post.title }}</h3>