feat: add en/zh README and exampleSite files
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{{ define "title" }}{{ T "all" }}{{ T .Section | default (humanize .Section) }} | {{ .Site.Title }}{{ end -}}
|
||||
{{ define "title" }}{{ T "all" | humanize}}{{ T .Section | default .Section | humanize }} | {{ .Site.Title }}{{ end -}}
|
||||
|
||||
{{ define "content" -}}
|
||||
{{ $data := .Data -}}
|
||||
<div class="post-warp archive">
|
||||
<h2 class="post-title animated pulse faster">
|
||||
{{ printf "%s%s" (T "all") (T .Section | default (humanize .Section)) }}
|
||||
{{ T "all" | humanize}}{{ T .Section | default .Section | humanize }}
|
||||
</h2>
|
||||
|
||||
{{- range (.Paginate (.Pages.GroupByDate "2006")).PageGroups -}}
|
||||
|
||||
Reference in New Issue
Block a user