summaryrefslogtreecommitdiff
path: root/themes/PaperMod/layouts/_default/list.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/PaperMod/layouts/_default/list.html')
-rw-r--r--themes/PaperMod/layouts/_default/list.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/themes/PaperMod/layouts/_default/list.html b/themes/PaperMod/layouts/_default/list.html
index e0d0d40..6656425 100644
--- a/themes/PaperMod/layouts/_default/list.html
+++ b/themes/PaperMod/layouts/_default/list.html
@@ -1,9 +1,5 @@
{{- define "main" }}
-{{- if (and site.Params.profileMode.enabled .IsHome) }}
-{{- partial "index_profile.html" . }}
-{{- else }} {{/* if not profileMode */}}
-
{{- if not .IsHome | and .Title }}
<header class="page-header">
{{- partial "breadcrumbs.html" . }}
@@ -109,6 +105,4 @@
</footer>
{{- end }}
-{{- end }}{{/* end profileMode */}}
-
{{- end }}{{- /* end main */ -}}