Created
December 2, 2021 13:32
-
-
Save mzaini30/8d9a5095d3a7e3aa47d14cc9c8edd82c to your computer and use it in GitHub Desktop.
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
<b:if cond='data:view.isPost'> | |
<meta content='article' property='og:type'/> | |
</b:if> | |
<b:if cond='data:blog.url == data:blog.homepageUrl'> | |
<meta content='website' property='og:type'/> | |
</b:if> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment