diff --git a/layout/common/footer.jsx b/layout/common/footer.jsx
index 8cbc994..8939750 100644
--- a/layout/common/footer.jsx
+++ b/layout/common/footer.jsx
@@ -44,7 +44,6 @@ class Footer extends Component {
{copyright ?
{Object.keys(links).length ?
{Object.keys(links).map(name => {
diff --git a/scripts/injector.js b/scripts/injector.js
index 2e1198a..e3fe5e7 100644
--- a/scripts/injector.js
+++ b/scripts/injector.js
@@ -3,4 +3,8 @@ hexo.extend.filter.register('theme_inject', function (injects) {
injects.style.push('/source/_data/styles.styl');
})
-hexo.extend.injector.register('head_begin', '', 'default');
\ No newline at end of file
+hexo.extend.injector.register('head_begin', '', 'default');
+
+hexo.extend.injector.register('head_begin', '', 'default');
+
+hexo.extend.injector.register('head_begin', ' ', 'default');