1. Feature: random cover #10

2. Fix: valine lang not work
3. Fix: archives page site name not change when the language change
4. Fix: related posts url error
This commit is contained in:
hwy0127@gmail.com
2019-07-06 20:15:31 +08:00
parent dfdd3289bb
commit 0a1d8b0eba
16 changed files with 50 additions and 2600 deletions

View File

@@ -57,7 +57,7 @@ if is_home()
e[i].style.height = n + "px";
$("#site-info").each(function () {
var x = $(this).height();
$(this).css({"padding-top": (n-x)/2 , "padding-bottom":(n-x)/2 })
$(this).css("top", (n-x)/2)
})
}