From 732d31318168deea86985c354de364243a072dbb Mon Sep 17 00:00:00 2001 From: rtk0c Date: Mon, 13 Oct 2025 11:28:00 -0700 Subject: Remove profile mode --- themes/PaperMod/layouts/_default/list.html | 6 --- .../PaperMod/layouts/partials/index_profile.html | 58 ---------------------- 2 files changed, 64 deletions(-) delete mode 100644 themes/PaperMod/layouts/partials/index_profile.html (limited to 'themes') 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 }}