{{ post.title }} @@ -21,18 +25,6 @@ title: Home {{ post.excerpt }} {% endif %}
{% endfor %}
diff --git a/_sass/_posts.scss b/_sass/_posts.scss index 9d02471b..75ab451c 100644 --- a/_sass/_posts.scss +++ b/_sass/_posts.scss @@ -78,3 +78,11 @@ .PageNavigation .next { text-align: right; } + +.newest-post { + border-top: 1px solid #eee; + border-bottom: 1px solid #eee; + padding: 1em; + margin-bottom: 2em; + margin-top: -2em; +} diff --git a/index.html b/index.html index 7a32fcb5..8dda5cf1 100644 --- a/index.html +++ b/index.html @@ -2,11 +2,15 @@ layout: default title: Home --- +