Last active
December 5, 2019 01:05
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:include data='blog' name='all-head-content'/> | |
<b:if cond='data:blog.url == data:blog.homepageUrl'> | |
<meta content='Add home page description' name='description'/> | |
<meta content='Add one more keywords with comma' name='keywords'/> | |
</b:if> | |
<b:if cond='data:blog.pageType == "index"'> | |
<title><data:blog.pageName/> | <data:blog.title/></title> | |
<b:else/> | |
<title><data:blog.pageTitle/></title> | |
<b:skin><![CDATA[/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment