diff --git a/static/js/index.js b/static/js/index.js
index 820d3c1..2356db8 100644
--- a/static/js/index.js
+++ b/static/js/index.js
@@ -106,8 +106,8 @@ var $sitehead = $("#site-head");
$("ul li").before(
''
);
- $("blockquote p").prepend('');
- $("blockquote p").append('');
+ $("blockquote p").prepend('');
+ $("blockquote p").append('');
});
$post.each(function () {