From acd5ea0e75cc577c55b80e40fc26ed7c2b66ea63 Mon Sep 17 00:00:00 2001 From: Danilo Cabello Date: Tue, 20 Aug 2013 12:13:27 -0400 Subject: [PATCH] Check .Prev and .Next pointers before using it --- docs/content/layout/content.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/content/layout/content.md b/docs/content/layout/content.md index e6df58867..7bf335e2a 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 }}