ソースを参照

Use more succinct Pages listing

enhancements
budparr 6年前
コミット
18433eb3da
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更2行の追加3行の削除
  1. 2
    3
      layouts/_default/taxonomy.html

+ 2
- 3
layouts/_default/taxonomy.html ファイルの表示

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

読み込み中…
キャンセル
保存