Last active
October 13, 2015 07:38
-
-
Save stefansl/4161977 to your computer and use it in GitHub Desktop.
Contao - opengraph tags in page layout
This file contains 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:image" content="{{env::url}}/files/_theme/images/facebook_preview.png" /> | |
<meta property="og:url" content="{{env::path}}{{env::request}}" /> | |
<meta property="og:site_name" content="{{page::rootTitle}}" /> | |
<meta property="og:title" content="{{page::pageTitle}}" /> | |
<meta property="og:type" content="website" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
changed files folder