From 8b0a8cad8329b3344651bd98eee353b1e607d838 Mon Sep 17 00:00:00 2001 From: indes Date: Fri, 20 Apr 2018 15:40:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=88=86=E7=B1=BB=E9=A1=B5?= =?UTF-8?q?=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layouts/_default/list.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/layouts/_default/list.html b/layouts/_default/list.html index b217d64..2da00c2 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -1,9 +1,12 @@ {{ partial "header.html" . }} {{ if not .IsHome }}
- {{ if eq .Data.Singular "tag" }}Tagged in + {{ if eq .Data.Singular "tag" }} + Tagged in

{{ .Data.Term }}

- {{ else }}

Posts

+ {{ else }} + categoried in +

{{ with .Title }}{{ . }}{{ end }}

{{ end }}
{{ end }}