Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 840 Bytes

File metadata and controls

31 lines (27 loc) · 840 Bytes
title Home
layout default
description A site for code and comments about code. Primarily, but not exclusively, based on Objective-C and Cocoa.

{% assign recent_post = site.posts.first %}

{{ recent_post.title }}

{{ recent_post.content }}

permalink


Recent Posts

{% for post in site.posts limit:2 offset:1 %}

{{ post.title }}

{{ post.description }}

More…

{% endfor %}
{% for post in site.posts limit:2 offset:3 %}

{{ post.title }}

{{ post.description }}

More…

{% endfor %}