Skip to content

Instantly share code, notes, and snippets.

@awadMayez
Forked from Maxim-Kolmogorov/opengraph.html
Created May 20, 2020 16:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save awadMayez/4d1eb64e0f6e068f340a4934ca5d880b to your computer and use it in GitHub Desktop.
Save awadMayez/4d1eb64e0f6e068f340a4934ca5d880b to your computer and use it in GitHub Desktop.
<!DOCTYPE HTML>
<html prefix="og: http://ogp.me/ns#">
<head>
<title>[[*title]]</title>
<meta charset="utf-8" />
<base href="[[++site_url]]" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="[[*description]]" />
<meta name="keywords" content="[[*keywords]]" />
<meta content="vverh.studio" name="author"/>
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<!-- OpenGraph -->
<meta property="og:locale" content="ru_RU" />
<meta property="og:type" content="website">
<meta property="og:site_name" content="[[++site_url]]">
<meta property="og:title" content="[[*title]]"/>
<meta property="og:image" content="[[++site_url]][[*image]]">
<meta property="og:image:width" content="818">
<meta property="og:image:height" content="361">
<meta property="og:url" content="[[++site_url]][[*alias]]" />
<meta property="og:description" content="[[*description]]">
<!-- Twitter -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@shokodin">
<meta name="twitter:creator" content="@shokodin">
<meta name="twitter:url" content="[[++site_url]][[*alias]]">
<meta name="twitter:title" content="[[*title]]">
<meta name="twitter:description" content="[[*description]]">
<meta name="twitter:image" content="[[++site_url]][[*image]]">
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment