+ {{- .Title }} + {{- if .Draft }} [draft]{{- end }} +
+{{ .Summary | plainify | htmlUnescape }}{{ if .Truncated }}...{{ end }}
+diff --git a/layouts/_default/list.html b/layouts/_default/list.html
new file mode 100644
index 0000000..67fd0c7
--- /dev/null
+++ b/layouts/_default/list.html
@@ -0,0 +1,112 @@
+{{- define "main" }}
+
+{{- if (and site.Params.profileMode.enabled .IsHome) }}
+{{- partial "index_profile.html" . }}
+{{- else }} {{/* if not profileMode */}}
+
+{{- if not .IsHome | and .Title }}
+
+ {{ .Title }}
+ {{- if and (or (eq .Kind `term`) (eq .Kind `section`)) (.Param "ShowRssButtonInSectionTermList") }}
+
+
+
+ {{- end }}
+
+ {{- if .Description }}
+
{{ .Summary | plainify | htmlUnescape }}{{ if .Truncated }}...{{ end }}
+