diff --git a/layout/_partial/footer.ejs b/layout/_partial/footer.ejs
index 49ee7f9..5fe912a 100644
--- a/layout/_partial/footer.ejs
+++ b/layout/_partial/footer.ejs
@@ -36,7 +36,7 @@ const { site_uv: bsz_site_uv, site_pv: bsz_site_pv, enable: bsz_enable } = theme
<% if (f_icp) { %>
diff --git a/source/js/main.js b/source/js/main.js
index c5c7cef..0eb149a 100644
--- a/source/js/main.js
+++ b/source/js/main.js
@@ -20,8 +20,6 @@ window.addEventListener('DOMContentLoaded', () => {
// print theme base info
KEEP.printThemeInfo = () => {
- const footerVersion = document.querySelector('.footer .theme-version');
- footerVersion && (footerVersion.innerHTML = KEEP.themeInfo.theme);
console.log(
`\n %c ${KEEP.themeInfo.theme} %c ${KEEP.themeInfo.repository} \n`,
`color: #fadfa3; background: #333; padding: 6px 0;`, `padding: 6px 0;`