Skip to content

Instantly share code, notes, and snippets.

@JeffMatsonPagely
Created April 17, 2019 20:56
Show Gist options
  • Save JeffMatsonPagely/4c5d3629ec1e81e6a3ccbc531096f13d to your computer and use it in GitHub Desktop.
Save JeffMatsonPagely/4c5d3629ec1e81e6a3ccbc531096f13d to your computer and use it in GitHub Desktop.
---
layout: default
title: NorthStack Example Blog
---
<div class="posts">
{% for post in site.posts %}
<article>
<h2><a href="{{ post.url }}">{{ post.title }}</a></h2>
Published on {{ post.date | date_to_string }}
{{ post.excerpt }}
</article>
{% endfor %}
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment