i18n
xaoxuu 5 years ago
parent 0cf1e8c83d
commit bd9bd1470c
  1. 5
      layout/_partial/head.ejs

@ -59,6 +59,11 @@
<% }) %> <% }) %>
<% } %> <% } %>
<% if (config.favicon) { %>
<link rel="shortcut icon" type='image/x-icon' href="<%- url_for(config.favicon) %>">
<% } %>
<% if (theme.services && theme.services.cdn == true && config.theme_cdn) { %> <% if (theme.services && theme.services.cdn == true && config.theme_cdn) { %>
<% if (config.theme_cdn == true) { %> <% if (config.theme_cdn == true) { %>
<%- css(theme.info.cdn + 'css/style.css') %> <%- css(theme.info.cdn + 'css/style.css') %>

Loading…
Cancel
Save