-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (20 loc) · 825 Bytes
/
index.html
File metadata and controls
22 lines (20 loc) · 825 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
layout: new_default
title: Sewing Bytes
---
<h1 class="page-title">Projects</h1>
{% for post in site.posts %}
<article class="post type-post status-publish format-standard hentry category-blog post clearfix" style="margin-left: 0px; ">
<figure class="post-image"><a href="{{post.url}}"><img src="{{post.image}}" alt="{{post.title}}" width="464" height="250"></a></figure>
<!-- /.post-image -->
<div class="post-content">
<time datetime="2011-08-11" class="post-date">{{post.date | date: "%B %e, %Y"}}</time>
<h1 class="post-title"><a href="{{post.url}}">{{post.title}}</a></h1>
<p class="post-meta">
<span class="post-index">{{post.index}}</span>
<span class="post-author">by {{post.author}}</span>
</p>
</div>
<!-- /.post-content -->
</article>
{% endfor %}