浏览代码

fix 404 error

guoziyun 1 年之前
父节点
当前提交
74589c9254
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      views/404.ejs

+ 2 - 1
views/404.ejs

@@ -2,7 +2,8 @@
 <html lang="en">
 
 <head>
-  <%- include('common-meta') %>
+  <title><%= title %></title>
+  <meta name="description" content="<%= description %>">
     <style>
       body {
         color: white;