From e2028fd551e56fbac1eaf1dd6caed60a040ee96a Mon Sep 17 00:00:00 2001 From: Zach Leatherman Date: Sat, 29 Sep 2018 23:23:38 -0500 Subject: [PATCH] Whitespace, adds fourth sample post --- _includes/postslist.njk | 20 ++++++++++---------- posts/fourthpost.md | 13 +++++++++++++ posts/thirdpost.md | 4 +++- 3 files changed, 26 insertions(+), 11 deletions(-) create mode 100644 posts/fourthpost.md diff --git a/_includes/postslist.njk b/_includes/postslist.njk index edbf4e9..3dd0c49 100644 --- a/_includes/postslist.njk +++ b/_includes/postslist.njk @@ -1,14 +1,14 @@
    {% for post in postslist | reverse %} -
  1. - {% if post.data.title %}{{ post.data.title }}{% else %}{{ post.url }}{% endif %} - - {% for tag in post.data.tags %} - {%- if tag != "post" -%} - {% set tagUrl %}/tags/{{ tag }}/{% endset %} - {{ tag }} - {%- endif -%} - {% endfor %} -
  2. +
  3. + {% if post.data.title %}{{ post.data.title }}{% else %}{{ post.url }}{% endif %} + + {% for tag in post.data.tags %} + {%- if tag != "post" -%} + {% set tagUrl %}/tags/{{ tag }}/{% endset %} + {{ tag }} + {%- endif -%} + {% endfor %} +
  4. {% endfor %}
diff --git a/posts/fourthpost.md b/posts/fourthpost.md new file mode 100644 index 0000000..4ac6319 --- /dev/null +++ b/posts/fourthpost.md @@ -0,0 +1,13 @@ +--- +title: This is my fourth post. +tags: second-tag +layout: layouts/post.njk +--- +Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition. Organically grow the holistic world view of disruptive innovation via workplace diversity and empowerment. + +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. + +## Section Header + +Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from DevOps. Nanotechnology immersion along the information highway will close the loop on focusing solely on the bottom line. + diff --git a/posts/thirdpost.md b/posts/thirdpost.md index cae99a4..04202aa 100644 --- a/posts/thirdpost.md +++ b/posts/thirdpost.md @@ -7,11 +7,13 @@ layout: layouts/post.njk --- Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition. Organically grow the holistic world view of disruptive innovation via workplace diversity and empowerment. -``` js/2/3 +``` js/2/4 // this is a command function myCommand() { let counter = 0; + counter++; + } // Test with a line break above this line.