This commit is contained in:
Zach Leatherman 2022-07-15 12:18:36 -05:00
parent 39308555c9
commit 294f4c53c1
2 changed files with 3 additions and 3 deletions

View File

@ -10,8 +10,8 @@ Leverage agile frameworks to provide a robust synopsis for high level overviews.
## Section Header
<a href="{{ '/posts/firstpost/' | url }}">First post</a>
<a href="{{ '/posts/thirdpost/' | url }}">Third post</a>
<a href="{{ '/blog/firstpost/' | url }}">First post</a>
<a href="{{ '/blog/thirdpost/' | url }}">Third post</a>
Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring.

View File

@ -11,7 +11,7 @@ eleventyNavigation:
{% set postslistCounter = collections.posts | length %}
{% include "postslist.njk" %}
<p>More posts can be found in <a href="{{ '/posts/' | url }}">the archive</a>.</p>
<p>More posts can be found in <a href="{{ '/blog/' | url }}">the archive</a>.</p>
{# List all of the pages in the project
<ul>