Old URLs
This commit is contained in:
parent
39308555c9
commit
294f4c53c1
@ -10,8 +10,8 @@ Leverage agile frameworks to provide a robust synopsis for high level overviews.
|
|||||||
|
|
||||||
## Section Header
|
## Section Header
|
||||||
|
|
||||||
<a href="{{ '/posts/firstpost/' | url }}">First post</a>
|
<a href="{{ '/blog/firstpost/' | url }}">First post</a>
|
||||||
<a href="{{ '/posts/thirdpost/' | url }}">Third 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.
|
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.
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ eleventyNavigation:
|
|||||||
{% set postslistCounter = collections.posts | length %}
|
{% set postslistCounter = collections.posts | length %}
|
||||||
{% include "postslist.njk" %}
|
{% 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
|
{# List all of the pages in the project
|
||||||
<ul>
|
<ul>
|
||||||
|
Loading…
Reference in New Issue
Block a user