add some opengraph bullshit for previews
This commit is contained in:
@@ -1,10 +1,31 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<html lang="en" dir="ltr" itemscope itemtype="http://schema.org/Article">
|
||||
<head>
|
||||
{head}
|
||||
|
||||
<link rel="canonical" href="{url}">
|
||||
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:url" content="{url}">
|
||||
<meta property="og:image" content="{thumb_url}">
|
||||
<meta property="og:title" content="{title}">
|
||||
<meta itemprop="name" content="{title}">
|
||||
|
||||
<meta property="og:locale" content="en_US">
|
||||
<meta property="og:site_name" content="Piggo's Bread Gallery">
|
||||
|
||||
<meta itemprop="datePublished" content="{date}">
|
||||
<meta itemprop="dateModified" content="{date}">
|
||||
|
||||
<meta name="twitter:title" content="{title}">
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:image" content="{thumb_url}">
|
||||
<meta itemprop="headline" content="{title}">
|
||||
|
||||
<meta itemprop="image" content="{thumb_url}">
|
||||
</head>
|
||||
<body>
|
||||
<h1>{title}</h1>
|
||||
<h1>{heading}</h1>
|
||||
|
||||
<section class="BreadDetail">
|
||||
<div class="note">
|
||||
|
||||
Reference in New Issue
Block a user