Support for Open Graph on the homepage - again it's gross but consuming sites understand it
This commit is contained in:
parent
44288b419c
commit
47fe00a8b8
5 changed files with 23 additions and 13 deletions
|
@ -5,12 +5,11 @@ $doctype 5
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<meta name="generator" content="#{packageName package} #{packageVersion package}">
|
||||
|
||||
<title>
|
||||
$if hasPageTitle
|
||||
#{pageTitle pc} ~ #
|
||||
#{siteTitle $ appSettings master}
|
||||
<title>#{fullTitle}
|
||||
<meta property="og:title" content=#{fullTitle}>
|
||||
$maybe route <- mcurrentRoute
|
||||
<link rel="canonical" href=@{route}>
|
||||
<meta property="og:url" content=@{route}>
|
||||
<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">
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
<div .author>^{hCard userE}
|
||||
<div .author>^{hCard user}
|
||||
^{hFeed entries}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue