Skip to content

Instantly share code, notes, and snippets.

@yanping
Created December 15, 2011 13:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yanping/1481016 to your computer and use it in GitHub Desktop.
Save yanping/1481016 to your computer and use it in GitHub Desktop.
index.html
---
layout: default
title: Portfolio
---
<section class="content">
<h2>Portfolio</h2>
<p>Check out my images below!</p>
</section>
<ul class="entries">
{% for post in site.posts %}
<li>
<a href="{{ post.url }}">
<img src="{{ post.image }}" />
<h3>{{ post.title }}</h3>
</a>
</li>
{% endfor %}
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment