diff --git a/assets/images/default-avatar.png b/assets/images/default-avatar.png
deleted file mode 100644
index a6befb2..0000000
Binary files a/assets/images/default-avatar.png and /dev/null differ
diff --git a/assets/images/default-background.jpg b/assets/images/default-background.jpg
deleted file mode 100644
index 959a34c..0000000
Binary files a/assets/images/default-background.jpg and /dev/null differ
diff --git a/assets/images/default-hero.jpg b/assets/images/default-hero.jpg
deleted file mode 100644
index 346fbf0..0000000
Binary files a/assets/images/default-hero.jpg and /dev/null differ
diff --git a/assets/images/favicon.png b/assets/images/favicon.png
deleted file mode 100644
index cdf43b6..0000000
Binary files a/assets/images/favicon.png and /dev/null differ
diff --git a/assets/images/hugo-logo.svg b/assets/images/hugo-logo.svg
deleted file mode 100644
index 389c4a7..0000000
--- a/assets/images/hugo-logo.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/assets/images/inverted-logo.png b/assets/images/inverted-logo.png
deleted file mode 100644
index cdf43b6..0000000
Binary files a/assets/images/inverted-logo.png and /dev/null differ
diff --git a/assets/images/main-logo.png b/assets/images/main-logo.png
deleted file mode 100644
index d13e0ba..0000000
Binary files a/assets/images/main-logo.png and /dev/null differ
diff --git a/assets/images/theme-logo.png b/assets/images/theme-logo.png
deleted file mode 100644
index cdf43b6..0000000
Binary files a/assets/images/theme-logo.png and /dev/null differ
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index adccd4a..74efaf3 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -47,23 +47,6 @@
{{ $disclaimer = $siteConfig.disclaimer }}
{{ end }}
-{{/* footer logos */}}
-{{ $themeLogo := "/images/theme-logo.png" }}
-{{ $hugoLogo := "/images/hugo-logo.svg" }}
-
-{{/* resize the logos. don't resize svg because it is not supported */}}
-{{ $themeLogo:= resources.Get $themeLogo}}
-{{ if and $themeLogo (ne $themeLogo.MediaType.SubType "svg") }}
-{{ $themeLogo = $themeLogo.Resize "32x" }}
-{{ end }}
-{{ $themeLogo = $themeLogo.RelPermalink}}
-
-{{ $hugoLogo:= resources.Get $hugoLogo}}
-{{ if and $hugoLogo (ne $hugoLogo.MediaType.SubType "svg")}}
-{{ $hugoLogo = $hugoLogo.Resize "32x" }}
-{{ end }}
-{{ $hugoLogo = $hugoLogo.RelPermalink}}
-