Support setting an fb:app_id in settings.yml
This commit is contained in:
parent
2956550a6c
commit
fa110ae820
3 changed files with 7 additions and 0 deletions
|
@ -9,6 +9,8 @@ $doctype 5
|
|||
$maybe route <- mcurrentRoute
|
||||
<link rel="canonical" href=@{route}>
|
||||
<meta property="og:url" content=@{route}>
|
||||
$maybe fb <- appFacebookId $ appSettings master
|
||||
<meta property="fb:app_id" content=#{fb}>
|
||||
<link rel="sitemap" href=@{SitemapR}>
|
||||
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin="anonymous">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue