delete keywords

i18n
xaoxuu 6 years ago
parent 35a50a7e92
commit 3ebeeadfb7
  1. 1
      layout/_partial/head.ejs

@ -19,7 +19,6 @@
%>
<title><% if (title) { %><%= title %> | <% } %><%= config.title %></title>
<meta name="description" content="<%= config.description %>" />
<meta name="keywords" content="<%=(config.keywords||[]).join(',') %>" />
<meta name="HandheldFriendly" content="True" />
<meta name="apple-mobile-web-app-capable" content="yes">
<%- favicon_tag(config.favicon) %>

Loading…
Cancel
Save