1. Fix: random cover of prev post and next post

2. Feature: add the option to change the site name font-family
3. Feature: add the option to close instant-page
4. Fix: Display null when the sutitle not set
This commit is contained in:
hwy0127@gmail.com
2019-07-24 17:47:58 +08:00
Unverified
parent 0a1d8b0eba
commit f07405706b
11 changed files with 59 additions and 55 deletions

View File

@@ -113,3 +113,6 @@ if (is_archive() && preload_archive_img)
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" )
if theme.blog_title_font.font_link
link(rel='stylesheet', href=url_for(theme.blog_title_font.font_link))