aboutsummaryrefslogtreecommitdiff
path: root/template/page.phtml
diff options
context:
space:
mode:
authorMaZderMind2015-07-13 14:03:13 +0200
committerMaZderMind2015-07-13 14:03:13 +0200
commita3becf276c03ed21e7a3a5a18b8698a90dbe6fa3 (patch)
treef0a6a56794170abcc0a46a395a8b5cef4dd12c40 /template/page.phtml
parentf581ebf00c7443c7b346b2085279fe60438e8954 (diff)
Prepare URLs in index
Diffstat (limited to '')
-rw-r--r--template/page.phtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/page.phtml b/template/page.phtml
index f5808ab..7fb29e4 100644
--- a/template/page.phtml
+++ b/template/page.phtml
@@ -26,8 +26,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <base href="<?=h(forceslash($baseurl))?>" />
- <link href="<?=h(forceslash($baseurl).forceslash($route))?>" rel="canonical" />
+ <base href="<?=h($baseurl)?>" />
+ <link href="<?=h($canonicalurl)?>" rel="canonical" />
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon" />
<link href="assets/img/favicon.png" rel="icon" type="image/png" />