-
-
Save Arahort/b60d25f92c3db0d3a92476261e11b05e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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