From 61711d445834edb3b814c6b1a99a1bf3c116dbf9 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 22 Aug 2014 12:56:24 -0400 Subject: [PATCH] adding canonical urls This will give all pages their canonical url --- templates/template.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/templates/template.html b/templates/template.html index e21a4cc..853cb95 100755 --- a/templates/template.html +++ b/templates/template.html @@ -5,6 +5,16 @@ {pageTitle:h} +{if:isHomePage} + +{end:} +{if:canonicalUrl} + +{else:} + {if:pageId} + + {end:} +{end:} {styles:h} -- 2.17.1