summaryrefslogtreecommitdiff
path: root/layouts/_default/list.html
blob: b9ddde407488aba24f052ecfe518ede05c5017ce (plain)
1
2
3
4
5
6
{{ define "main" }}
  {{ range where .Pages "Params.category" "meme"}}
    <article class="list">
    </article>
  {{ end }}
{{ end }}