Add canonical URLs to everything, based on the wrapper template
This commit is contained in:
parent
2d853f9fab
commit
5eccafa9c2
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ $doctype 5
|
||||||
<title>#{pageTitle pc}
|
<title>#{pageTitle pc}
|
||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
<meta name="author" content="">
|
<meta name="author" content="">
|
||||||
|
$maybe route <- mcurrentRoute
|
||||||
|
<link rel="canonical" href=@{route}>
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin="anonymous">
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin="anonymous">
|
||||||
^{pageHead pc}
|
^{pageHead pc}
|
||||||
|
|
Loading…
Reference in a new issue