<b:include data='blog' name='all-head-content'/>
<!--::::::::::: Block2: Output Index Title,keywords,decription and Post Title,description -->
<!-- Post/Archive Page -->
<b:if cond='data:blog.pageType != "index"'>
<title><data:blog.pageName/></title>
<!-- Index Page -->
<b:else/>
<title><ShareFreeTemplates|Free After Effects Templates And-Tutorials /></title>
<meta content='after effects free templates, templates, after effects project files, free download' name='keywords'/>
</b:if>
如果有人可以编辑该标题标签给我没有错误我希望它像''免费后效应模板和项目文件| ShareFreeTemplates''和thx关于
答案 0 :(得分:1)
这就是标题标签在标准HTML编码中的工作方式。
<title> insert words here </title>
是使用的标签。然后在两个标签之间插入单词,如此
<title>ShareFreeTemplates|Free After Effects Templates And-Tutorials </title>
您不需要将标题封装在另一对标签中。
<title><ShareFreeTemplates|Free After Effects Templates And-Tutorials /></title>
^ ^^
//remove the characters where the arrows are pointing at