Fix missing trailing / when deployed directly on a domain

This commit is contained in:
MaZderMind 2015-04-03 18:19:34 +02:00
parent bcb7fbc3f2
commit cd063cf05f

View file

@ -26,8 +26,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<base href="<?=h($baseurl)?>" />
<link href="<?=h($baseurl.forceslash($route))?>" rel="canonical" />
<base href="<?=h(forceslash($baseurl))?>" />
<link href="<?=h(forceslash($baseurl).forceslash($route))?>" 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" />