summaryrefslogtreecommitdiff
path: root/themes/PaperMod/layouts/_default/list.html
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2025-10-13 11:28:00 -0700
committerrtk0c <[email protected]>2025-10-13 11:28:00 -0700
commit732d31318168deea86985c354de364243a072dbb (patch)
tree268ff8384176bd0120982b8a3aa27adbe5c61f69 /themes/PaperMod/layouts/_default/list.html
parent5eecca6277dbf6ae74d8ae596542ba05d31b09fd (diff)
Remove profile 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 */ -}}