fix: meta

This commit is contained in:
沈宇 2020-10-26 11:13:12 +08:00
parent a350cb7098
commit e95daf0fe7

View File

@ -23,7 +23,7 @@
<% } %> <% } %>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<title> <title>
<% if (title){ %><%= title %> | <% } %> <%= config.description %> <% if (title){ %><%= title %> | <% } %> <%= config.title %>
</title> </title>
<% if (theme.favicon){ %> <% if (theme.favicon){ %>
<link rel="shortcut icon" href="<%- theme.favicon %>" /> <link rel="shortcut icon" href="<%- theme.favicon %>" />