diff --git a/assets/scss/main.scss b/assets/scss/main.scss
index 9c0418a..9f4502b 100644
--- a/assets/scss/main.scss
+++ b/assets/scss/main.scss
@@ -16,23 +16,6 @@ body {
font-family: $font-garamond;
}
-.wompum-radial-grid {
- @apply absolute w-full h-full top-0 left-0;
-}
-
-.narrator-image-container {
- @apply relative;
-
- .wompum-radial-grid {
- @apply absolute inset-0 w-full h-full;
- }
-}
-
-.narrator-headshot {
- @apply w-full rounded-full object-cover relative z-10 border-2 border-white;
- aspect-ratio: 1;
-}
-
.interviewer-question {
font-style: italic;
color: #444;
@@ -62,6 +45,10 @@ body {
}
// Narrator Image Component
+.wompum-radial-grid {
+ @apply absolute w-full h-full top-0 left-0;
+}
+
.narrator {
&__container {
@apply relative;
diff --git a/layouts/partials/sigil.html b/layouts/partials/sigil.html
deleted file mode 100644
index ef0ac96..0000000
--- a/layouts/partials/sigil.html
+++ /dev/null
@@ -1,25 +0,0 @@
-{{/* Partial: create_sigil.html */}}
-
-{{- $input := . -}}
-{{- $vowels := "aeiouAEIOU" -}}
-{{- $seen := dict -}}
-{{- $output := "" -}}
-{{- $chars := split (replaceRE "[^a-zA-Z]" "" $input) "" -}}
-
-{{- /* Step 1: Remove vowels */ -}}
-{{- range $i, $char := $chars -}}
-{{- if not (in $vowels $char) -}}
-{{- /* Step 2: Remove repeating letters */ -}}
-{{- if not (index $seen $char) -}}
-{{- $seen = merge $seen (dict $char true) -}}
-{{- $output = printf "%s%s" $output $char -}}
-{{- end -}}
-{{- end -}}
-{{- end -}}
-
-{{- $output = upper $output -}}
-{{ $output = split $output "" }}
-{{ $output = apply $output "printf" "%#x" "." }}
-{{ $output = apply $output "int" "." }}
-
-{{- $output -}}
\ No newline at end of file
diff --git a/layouts/tags/lists.html b/layouts/tags/lists.html
deleted file mode 100644
index 7ef21fa..0000000
--- a/layouts/tags/lists.html
+++ /dev/null
@@ -1,12 +0,0 @@
-{{ define "main" }}
-