Created
April 17, 2019 20:56
-
-
Save JeffMatsonPagely/4c5d3629ec1e81e6a3ccbc531096f13d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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