Parcourir la source

Use more succinct Pages listing

enhancements
budparr il y a 6 ans
Parent
révision
18433eb3da
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 2 ajouts et 3 suppressions
  1. 2
    3
      layouts/_default/taxonomy.html

+ 2
- 3
layouts/_default/taxonomy.html Voir le fichier

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

Chargement…
Annuler
Enregistrer