Update New Homepage
This commit is contained in:
parent
32360c9176
commit
54c5d4b093
13 changed files with 65 additions and 44 deletions
6
_includes/blog-entries.html
Normal file
6
_includes/blog-entries.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
<ul class="side-nav">
|
||||
{% for post in site.posts limit:include.entries offset:include.offset %}
|
||||
<li><a href="{{ site.url }}{{ post.url }}">{% if post.subheadline %}{{ post.subheadline }} · {% endif %}<strong>{{ post.title }}</strong></a></li>
|
||||
{% endfor %}
|
||||
<li class="text-right"><a href="{{ site.url }}/blog/"><strong>More ›</strong></a></li>
|
||||
</ul>
|
Reference in a new issue