diff --git a/src/components/atoms/SiteTitle.svelte b/src/components/atoms/SiteTitle.svelte
index bb61d9e..3da3f30 100644
--- a/src/components/atoms/SiteTitle.svelte
+++ b/src/components/atoms/SiteTitle.svelte
@@ -1,9 +1,18 @@
-
- Houses
- Of The
- World
-
\ No newline at end of file
+{#if type === 'title'}
+
+ Houses
+ Of The
+ World
+
+{:else}
+
+ Houses
+ Of The
+ World
+
+{/if}
\ No newline at end of file
diff --git a/src/components/organisms/Footer.svelte b/src/components/organisms/Footer.svelte
index 1600fd0..6acee8b 100644
--- a/src/components/organisms/Footer.svelte
+++ b/src/components/organisms/Footer.svelte
@@ -9,7 +9,9 @@