--- layout: default title: Ruby on Rails development --- {% for post in site.latest_posts %}

{{ post.title }} {{ post.author }}

{{ post.date | date_to_string }} | View comments

{{ post.content }}
View comments
{% endfor %} {% for post in site.older_posts %}

{{ post.title }} {{ post.author }}

{{ post.date | date_to_string }} | View comments

{% endfor %}