瀏覽代碼

clean up 404 page

tags/v1.1
Bud Parr 8 年之前
父節點
當前提交
46000aa3ea
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 8 行新增4 行删除
  1. 8
    4
      404.html

+ 8
- 4
404.html 查看文件

@@ -1,6 +1,10 @@
{{ define "header" }}{{ partial "page-header.html" . }}{{ end }}
{{ define "main" }}
<!-- TODO: Juice up the 404 page -->
404 page hee
{{ .Content }}

{{ $currentPageUrl := .URL }}
{{ $currentSection := where .Site.Pages "Section" .Section }}
<article class="center cf pv5 measure-wide-l">
<h1>
This is not the page you were looking for
</h1>
</article>
{{ end }}

Loading…
取消
儲存