removed related posts segment of scaffold site.
This commit is contained in:
parent
a8671ed52b
commit
ac691a1465
|
@ -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> » <a href="{{ post.url }}">{{ post.title }}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
|
@ -187,11 +187,3 @@ ul.posts {
|
|||
#post pre.terminal code {
|
||||
background-color: #333;
|
||||
}
|
||||
|
||||
#related {
|
||||
margin-top: 2em;
|
||||
}
|
||||
|
||||
#related h2 {
|
||||
margin-bottom: 1em;
|
||||
}
|
Loading…
Reference in New Issue