Skip to content

Commit

Permalink
fix: drop keywords tag
Browse files Browse the repository at this point in the history
  • Loading branch information
curbengh committed Aug 9, 2020
1 parent b4ed2dc commit e14949a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion layout/_partial/head.ejs
Expand Up @@ -24,7 +24,6 @@
<% } else if (page.content){ %>
<meta name="description" content="<%= strip_html(page.content).replace(/^\s*/, '').replace(/\s*$/, '').substring(0, 150) %>">
<% } %>
<% if (page.keywords){ %><meta name="keywords" content="<%= page.keywords %>"><% } %>

<link rel="alternate" href="<% if (theme.rss){ %><%- theme.rss %><% } else { %><%- config.root %>atom.xml<% } %>" title="<%= config.title %>" type="application/atom+xml">
<%- css('css/style.css') %>
Expand Down

0 comments on commit e14949a

Please sign in to comment.