|
@@ -28,11 +28,11 @@
|
|
<% if (theme.favicon){ %>
|
|
<% if (theme.favicon){ %>
|
|
<link rel="icon" href="<%- theme.favicon %>">
|
|
<link rel="icon" href="<%- theme.favicon %>">
|
|
<% } %>
|
|
<% } %>
|
|
- <link href='//fonts.useso.com/css?family=Open+Sans:400italic,400,600' rel='stylesheet' type='text/css'>
|
|
|
|
- <link href="//fonts.useso.com/css?family=Source+Code+Pro" rel="stylesheet" type="text/css">
|
|
|
|
|
|
+ <%- partial('cdn_head') %>
|
|
<%- css('css/style') %>
|
|
<%- css('css/style') %>
|
|
<%- css('font-awesome/css/font-awesome.min') %>
|
|
<%- css('font-awesome/css/font-awesome.min') %>
|
|
<%- partial('google-analytics') %>
|
|
<%- partial('google-analytics') %>
|
|
|
|
+ <%- partial('google_site_verification') %>
|
|
<% if( theme.customstylesheet ){ %>
|
|
<% if( theme.customstylesheet ){ %>
|
|
<%- css('css/'+theme.customstylesheet) %>
|
|
<%- css('css/'+theme.customstylesheet) %>
|
|
<% } %>
|
|
<% } %>
|