Final cleanup before pushing to Rubygems

This commit is contained in:
Michael Smith
2016-12-26 15:41:48 +01:00
parent f3c1469c7c
commit 3c3fd5eedb
10 changed files with 1 additions and 35 deletions

View File

@@ -1,13 +1,9 @@
---
layout: default
---
<div class="home">
<h1 class="page-heading">Posts</h1>
{{ content }}
<ul class="post-list">
{% for post in site.posts %}
<li>
@@ -19,7 +15,5 @@ layout: default
</li>
{% endfor %}
</ul>
<p class="rss-subscribe">subscribe <a href="{{ "/feed.xml" | relative_url }}">via RSS</a></p>
</div>