소스 검색

Add basic 404 page

Note how this is used in different server environments:

https://gohugo.io/templates/404/#automatic-loading
master
Adrian Short 8 년 전
부모
커밋
6b5ac8fad9
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. +9
    -0
      layouts/404.html

+ 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" . }}

불러오는 중...
취소
저장