diff --git a/layouts/partials/single/comment.html b/layouts/partials/single/comment.html
deleted file mode 100644
index d3739fe..0000000
--- a/layouts/partials/single/comment.html
+++ /dev/null
@@ -1,351 +0,0 @@
-{{- $cdn := .Scratch.Get "cdn" | default dict -}}
-{{- $fingerprint := .Scratch.Get "fingerprint" -}}
-{{- $comment := .Scratch.Get "comment" | default dict -}}
-{{- $commentConfig := dict "enable" false -}}
-
-{{- if $comment.enable -}}
- {{- $commentConfig = dict "enable" true "expired" (.Scratch.Get "commentExpired" | default false) -}}
-
- {{- /* lightgallery for Artalk and Twikoo */ -}}
- {{- $params := partial "function/params.html" -}}
- {{- if not $params.lightgallery | and (($artalk.enable | and $artalk.lightgallery) | or ($twikoo.enable | and $twikoo.lightgallery)) -}}
- {{- $source := $cdn.lightgalleryCSS | default "lib/lightgallery/css/lightgallery-bundle.min.css" -}}
- {{- dict "Source" $source "Fingerprint" $fingerprint | dict "Scratch" .Scratch "Data" | partial "scratch/style.html" -}}
- {{- $source := $cdn.lightgalleryJS | default "lib/lightgallery/lightgallery.min.js" -}}
- {{- dict "Source" $source "Fingerprint" $fingerprint "Defer" true | dict "Scratch" .Scratch "Data" | partial "scratch/script.html" -}}
- {{- $source := $cdn.lightgalleryThumbnailJS | default "lib/lightgallery/plugins/thumbnail/lg-thumbnail.min.js" -}}
- {{- dict "Source" $source "Fingerprint" $fingerprint "Defer" true | dict "Scratch" .Scratch "Data" | partial "scratch/script.html" -}}
- {{- $source := $cdn.lightgalleryZoomJS | default "lib/lightgallery/plugins/zoom/lg-zoom.min.js" -}}
- {{- dict "Source" $source "Fingerprint" $fingerprint "Defer" true | dict "Scratch" .Scratch "Data" | partial "scratch/script.html" -}}
- {{- end -}}
- {{- /* KaTeX for Twikoo */ -}}
- {{- $math := .Scratch.Get "math" -}}
- {{- if not $math.enable | and $twikoo.enable | and $twikoo.katex -}}
- {{- $source := $cdn.katexCSS | default "lib/katex/katex.min.css" -}}
- {{- dict "Source" $source "Fingerprint" $fingerprint | dict "Scratch" .Scratch "Data" | partial "scratch/style.html" -}}
- {{- $source := $cdn.katexJS | default "lib/katex/katex.min.js" -}}
- {{- dict "Source" $source "Fingerprint" $fingerprint "Defer" true | dict "Scratch" .Scratch "Data" | partial "scratch/script.html" -}}
- {{- $source := $cdn.katexAutoRenderJS | default "lib/katex/auto-render.min.js" -}}
- {{- dict "Source" $source "Fingerprint" $fingerprint "Defer" true | dict "Scratch" .Scratch "Data" | partial "scratch/script.html" -}}
- {{- end -}}
-{{- end -}}
-
-{{- dict "comment" $commentConfig | dict "config" | merge (.Scratch.Get "this") | .Scratch.Set "this" -}}
diff --git a/themes/FixIt b/themes/FixIt
index ff8e5fc..1ed0acd 160000
--- a/themes/FixIt
+++ b/themes/FixIt
@@ -1 +1 @@
-Subproject commit ff8e5fc7bfba0ba1dbc58da01757a344987f221a
+Subproject commit 1ed0acdf35d0735bd3b749ea7ab784ec3ef445e5