Created
April 28, 2017 09:47
-
-
Save Burick/f7ac87470c9ae9e8b1d3120ec03da5aa to your computer and use it in GitHub Desktop.
Og разметка
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
<meta property="og:site_name" content="[[++site_name]]" /> | |
<meta property="og:title" content="[[*longtitle]]" /> | |
<meta property="og:description" content="[[*pagetitle]] - [[++site_name]]" /> | |
<meta property="og:type" content="article" /> | |
<meta property="og:url" content="[[~[[*id]]]]" /> | |
<meta property="og:locale" content="ru_RU" /> | |
<meta property="og:image" content="[[*PageImage]]" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment