소스 검색

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;