7 | 8 | {{ .Title }} {{ if .Draft }} (Draft){{ end }} 9 |
10 | 13 |文章列表
22 | {{if .Data.Pages}} 23 |-
24 | {{ range .Data.Pages.ByWeight }}
25 |
- 26 | {{.Title}} 27 | 28 | {{ end }} 29 |
35 |
-
36 |
- 37 | 38 | {{ $repo_type := $.Scratch.Get "platfrom" }} 39 | 最后更新时间:{{.Lastmod.Format "2006-01-02 15:04:05"}},这是一篇任何人都可以协作参与的文章, 40 | 41 | 点击反馈问题。 42 | 43 | {{with .Site.Data.commits}} 44 | {{range index . (print "./content/" $.Page.File.Path) }} 45 |
- 46 | {{dateFormat "2006-01-02" .date}} 47 | 48 | {{if index $.Site.Data.contributor .email}} 49 | {{with index $.Site.Data.contributor .email }} 50 | {{.name}} 51 | {{end}} 52 | {{else}} 53 | {{.email}} 54 | {{end}} 55 | 56 | 提交修改-Commit:{{substr .hash 0 7}} 57 | ->{{.message}} 58 | 59 | {{end}} 60 | {{end}} 61 |
63 |66 |64 |
65 |