1
0
mirror of https://github.com/msmhq/msm.git synced 2024-08-30 18:12:35 +00:00

Use site to access post list

This commit is contained in:
Marcus Whybrow 2013-09-01 23:51:12 +01:00
parent a05ebcb2b9
commit bea5767b13

View File

@ -10,7 +10,7 @@ title: Blog · MSM
<p>The narrative of MSM</p>
</div>
{% for post in paginator.posts %}
{% for post in site.posts %}
<div class="inline-post">
<h2 class="title"><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h2>
<p class="date">{{ post.date | date: "%d %B %Y" }}</p>