소스 검색

Use more succinct Pages listing

enhancements
budparr 6 년 전
부모
커밋
18433eb3da
No account linked to committer's email address
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>

Loading…
취소
저장