This commit is contained in:
shenyu 2020-08-04 19:20:40 +08:00
parent 3e815c0438
commit 469943c62b

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.title %> <% if (title){ %><%= title %> | <% } %> <%= config.description %>
</title> </title>
<% if (theme.favicon){ %> <% if (theme.favicon){ %>
<link rel="shortcut icon" href="<%- theme.favicon %>" /> <link rel="shortcut icon" href="<%- theme.favicon %>" />