Changement pour hugo
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
---
|
||||
layout: default
|
||||
title: "Les articles"
|
||||
---
|
||||
|
||||
<div>
|
||||
<p>{{ paginator.posts }}</p>
|
||||
<ul class="posts">
|
||||
|
||||
{% for post in site.posts %}
|
||||
<li><span>{{post.date | date: "%d %b %Y"}}</span> » <a href="{{site.root_uri}}{{ post.url }}">{{post.title}}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
Reference in New Issue
Block a user