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
Unverified
parent dfdd3289bb
commit 0a1d8b0eba
16 changed files with 50 additions and 2600 deletions

View File

@@ -110,6 +110,6 @@ if theme.qihu_site_verification
- var preload_img = page.top_img || theme.top_img || config.top_img
if (is_archive() && preload_archive_img)
link(rel="preload" href=url_for(preload_img) as="image" )
link(rel="preload" href=url_for(preload_archive_img) as="image" )
else if (!is_post() && preload_img)
link(rel="preload" href=url_for(preload_img) as="image" )