This commit is contained in:
@ -48,7 +48,7 @@ var $sitehead = $("#site-head");
|
||||
srcTo($first);
|
||||
});
|
||||
|
||||
$(".post-title").each(function () {
|
||||
/*$(".post-title").each(function () {
|
||||
var t = $(this).text();
|
||||
var index = $(this).parents(".post-holder").index();
|
||||
$fnav.append(
|
||||
@ -65,10 +65,10 @@ var $sitehead = $("#site-head");
|
||||
400
|
||||
);
|
||||
});
|
||||
});
|
||||
});*/
|
||||
|
||||
$(".post.last").next(".post-after").hide();
|
||||
if ($sitehead.length) {
|
||||
$(".post.last").next(".post-after").hide();
|
||||
/* if ($sitehead.length) {
|
||||
$(window).scroll(function () {
|
||||
var w = $(window).scrollTop();
|
||||
var g = $sitehead.offset().top;
|
||||
@ -107,7 +107,7 @@ var $sitehead = $("#site-head");
|
||||
}
|
||||
});
|
||||
});
|
||||
}
|
||||
}*/
|
||||
|
||||
$("ul li").before('<span class="bult fa fa-asterisk"></span>');
|
||||
$("blockquote p").prepend('<span class="quo fa fa-quote-left"></span>');
|
||||
|
Reference in New Issue
Block a user