Skip to content

Instantly share code, notes, and snippets.

@Burick
Created April 28, 2017 09:47
Show Gist options
  • Save Burick/f7ac87470c9ae9e8b1d3120ec03da5aa to your computer and use it in GitHub Desktop.
Save Burick/f7ac87470c9ae9e8b1d3120ec03da5aa to your computer and use it in GitHub Desktop.
Og разметка
<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