浏览代码

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>

正在加载...
取消
保存