Bud Parr 7 лет назад
Родитель
Сommit
46000aa3ea
Аккаунт пользователя с таким Email не найден
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 }}

Загрузка…
Отмена
Сохранить