1개의 변경된 파일과
9개의 추가작업 그리고
0개의 파일을 삭제
-
layouts/404.html
|
|
|
@@ -0,0 +1,9 @@ |
|
|
|
{{ partial "header" . }} |
|
|
|
|
|
|
|
<h1>The page you're looking for isn't here</h1> |
|
|
|
|
|
|
|
<p>Sorry about that.</p> |
|
|
|
|
|
|
|
<p><a href="{{ "/" | relURL }}">Go to the home page</a></p> |
|
|
|
|
|
|
|
{{ partial "footer" . }} |