Parcourir la source

clean up 404 page

tags/v1.1
Bud Parr il y a 7 ans
Parent
révision
46000aa3ea
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 8 ajouts et 4 suppressions
  1. 8
    4
      404.html

+ 8
- 4
404.html Voir le fichier

@@ -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 }}

Chargement…
Annuler
Enregistrer