Procházet zdrojové kódy

Use more succinct Pages listing

enhancements
budparr před 6 roky
rodič
revize
18433eb3da
Žádný účet není propojen s e-mailovou adresou tvůrce revize
1 změnil soubory, kde provedl 2 přidání a 3 odebrání
  1. 2
    3
      layouts/_default/taxonomy.html

+ 2
- 3
layouts/_default/taxonomy.html Zobrazit soubor

@@ -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>

Načítá se…
Zrušit
Uložit