push my changes to new repo
This commit is contained in:
@ -1,10 +1,14 @@
|
||||
---
|
||||
layout: layouts/home.njk
|
||||
layout: layouts/base.njk
|
||||
eleventyNavigation:
|
||||
key: Archive
|
||||
key: Blog
|
||||
order: 2
|
||||
---
|
||||
<h1>Archive</h1>
|
||||
<h1>Nathan Upchurch’s Personal Blog: Latest Posts.</h1>
|
||||
|
||||
<p class="page-block nodropcap">
|
||||
Looking for something in particular? Have a look at <a href="/tags/">this convenient list of post categories</a> to filter results by topic.
|
||||
</p>
|
||||
|
||||
{% set postslist = collections.posts %}
|
||||
{% include "postslist.njk" %}
|
||||
|
Reference in New Issue
Block a user