{{ .Title }}
- {{ if isset .Params "date" }}Posted
{{ end }} + {{ if isset .Params "date" }}发布于
{{ end }}diff --git a/layouts/_default/li-next.html b/layouts/_default/li-next.html index c2f0f43..64e91d3 100644 --- a/layouts/_default/li-next.html +++ b/layouts/_default/li-next.html @@ -2,7 +2,7 @@ href="{{ .Permalink }}" class="card blog-card bc-next" rel="bookmark" > {{ with .Resources.GetMatch "featuredImage" }}
{{ if (isset .Params "description") }}{{ index .Params "description" | htmlUnescape }}{{ else }}{{ .Summary | plainify | htmlUnescape }}{{ end }}
Posted
+发布于
{{ if (isset .Params "categories") }}{{ range .Params.categories }}#{{ . }} {{ end }}
{{ end }}{{ if (isset .Params "description") }}{{ index .Params "description" | htmlUnescape }}{{ else }}{{ .Summary | plainify | htmlUnescape }}{{ end }}
Posted
+发布于
{{ if (isset .Params "categories") }}{{ range .Params.categories }}#{{ . | urlize | title }} {{ end }}
{{ end }}Posted
{{ end }} + {{ if isset .Params "date" }}发布于
{{ end }}