From: Danilo Cabello Date: Tue, 20 Aug 2013 16:13:27 +0000 (-0400) Subject: Check .Prev and .Next pointers before using it X-Git-Tag: v0.9~150^2 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=acd5ea0e;p=brevno-suite%2Fhugo Check .Prev and .Next pointers before using it --- diff --git a/docs/content/layout/content.md b/docs/content/layout/content.md index e6df5886..7bf335e2 100644 --- a/docs/content/layout/content.md +++ b/docs/content/layout/content.md @@ -65,8 +65,12 @@ It makes use of [chrome templates](/layout/chrome)
- - + {{ if .Prev }} + + {{ end }} + {{ if .Next }} + + {{ end }}