Add canonical URLs to everything, based on the wrapper template

This commit is contained in:
Danielle McLean 2017-10-02 23:50:09 +11:00
parent 2d853f9fab
commit 5eccafa9c2
Signed by: 00dani
GPG key ID: 3844A6973C6058F1

View file

@ -7,6 +7,8 @@ $doctype 5
<title>#{pageTitle pc}
<meta name="description" 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">
^{pageHead pc}