Skip to content
Snippets Groups Projects
Commit 1d62fa28 authored by alexisben's avatar alexisben
Browse files

persons posts

parent d760052f
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,8 @@
.posts__section,
.authors__term,
.categories__term
.categories__term,
.persons__page
@if $posts-layout-list
.posts
@include grid(1)
......
......@@ -8,7 +8,7 @@ section.programs
ol.programs
@include list-section
.programs__section
.hero-program
flex-direction: column
......
<section>
<div class="top">
<h2>{{ i18n "persons.posts" }}</h2>
<a href="{{ .Permalink }}" class="link">{{ i18n "posts.see_all" }}</a>
<h2 class="h5"><a href="{{ .Permalink }}">{{ i18n "persons.posts" }}</a></h2>
</div>
<div class="posts">
{{ range first 3 .Pages }}
<div>
{{ partial "posts/post.html" . }}
</div>
{{ partial "posts/post.html" . }}
{{ end }}
</div>
</section>
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