diff --git a/taccsite_cms/templates/assets_core.html b/taccsite_cms/templates/assets_core.html
index 0546517c4..47554e114 100644
--- a/taccsite_cms/templates/assets_core.html
+++ b/taccsite_cms/templates/assets_core.html
@@ -8,3 +8,7 @@
@import url("https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css") layer(foundation);
@import url("{% static 'site_cms/css/build/core-styles.base.css' %}") layer(base);
+
+{% with settings.FAVICON as favicon %}
+
+{% endwith %}
diff --git a/taccsite_cms/templates/assets_custom.html b/taccsite_cms/templates/assets_custom.html
index 2b569fa45..d3cfb4e61 100644
--- a/taccsite_cms/templates/assets_custom.html
+++ b/taccsite_cms/templates/assets_custom.html
@@ -11,13 +11,6 @@
-
-{% with settings.FAVICON as favicon %}
-
-{% endwith %}
-
-
-
{# Do NOT directly load project-specific assets here; see `/taccsite_custom` #}
{# Example #}