removed related posts segment of scaffold site.

This commit is contained in:
Parker Moore 2013-01-27 23:21:02 +01:00
parent a8671ed52b
commit ac691a1465
2 changed files with 0 additions and 17 deletions

View File

@ -4,12 +4,3 @@ layout: default
<div id="post">
{{ content }}
</div>
<div id="related">
<h2>Related Posts</h2>
<ul class="posts">
{% for post in site.related_posts limit:3 %}
<li><span>{{ post.date | date_to_string }}</span> &raquo; <a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>
</div>

View File

@ -187,11 +187,3 @@ ul.posts {
#post pre.terminal code {
background-color: #333;
}
#related {
margin-top: 2em;
}
#related h2 {
margin-bottom: 1em;
}