Browse Source

Use more succinct Pages listing

enhancements
budparr 6 years ago
parent
commit
18433eb3da
No account linked to committer's email address
1 changed files with 2 additions and 3 deletions
  1. 2
    3
      layouts/_default/taxonomy.html

+ 2
- 3
layouts/_default/taxonomy.html View File

<p>Below you will find pages that utilize the taxonomy term “{{ .Title }}”</p> <p>Below you will find pages that utilize the taxonomy term “{{ .Title }}”</p>
</div> </div>
</article> </article>
<div class="mw8 center">
{{ $section := .Data.Pages }}
<div class="mw8 center">
<section class="flex-ns flex-wrap justify-around mt5"> <section class="flex-ns flex-wrap justify-around mt5">
{{ range $section }}
{{ range .Pages }}
<div class="relative w-100 mb4 bg-white"> <div class="relative w-100 mb4 bg-white">
{{ partial "summary.html" . }} {{ partial "summary.html" . }}
</div> </div>

Loading…
Cancel
Save