Skip to content
Snippets Groups Projects
Commit 0a75cfb1 authored by alexisben's avatar alexisben
Browse files

fix persons posts

parent 99bc4924
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
<div class="top">
<h2 class="h5"><a href="{{ .Permalink }}">{{ i18n "persons.posts" }}</a></h2>
</div>
<div class="posts">
<div class="posts posts--{{- site.Params.posts.index.layout -}}">
{{ range first 3 .Pages }}
{{ partial "posts/post.html" . }}
{{ end }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment