Skip to content

Commit

Permalink
Merge pull request #45 from kengdingxiaoman/patch-1
Browse files Browse the repository at this point in the history
解决访问fonts.css.network超时的问题 by kengdingxiaoman
  • Loading branch information
chaooo committed Jan 10, 2018
2 parents 10e432f + 95e87f3 commit ee8297e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout/base.jade
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ html(lang='#{config.language}')
if config.keywords
meta(name="keywords",content=config.keywords)
block title
link(rel="stylesheet", type="text/css", href="//fonts.css.network/css?family=Source+Code+Pro")
link(rel="stylesheet", type="text/css", href="//fonts.neworld.org/css?family=Source+Code+Pro")
link(rel='stylesheet', type='text/css', href=url_for(theme.css) + '/style.css' + '?v=' + theme.version)
link(rel='stylesheet', type='text/css', href=url_for(theme.css) + '/highlight.css' + '?v=' + theme.version)
link(rel='Shortcut Icon', href=url_for('favicon.ico'))
Expand Down

0 comments on commit ee8297e

Please sign in to comment.