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:
parent
a05ebcb2b9
commit
bea5767b13
@ -10,7 +10,7 @@ title: Blog · MSM
|
|||||||
<p>The narrative of MSM</p>
|
<p>The narrative of MSM</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% for post in paginator.posts %}
|
{% for post in site.posts %}
|
||||||
<div class="inline-post">
|
<div class="inline-post">
|
||||||
<h2 class="title"><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h2>
|
<h2 class="title"><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h2>
|
||||||
<p class="date">{{ post.date | date: "%d %B %Y" }}</p>
|
<p class="date">{{ post.date | date: "%d %B %Y" }}</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user