2013-05-28, 00:19:34
This one is interesting. In the GS Blog v1.4 settings tab, under CSS settings, any text in the supplied textarea, like the default below:
Shows up in the home page meta description:
Is this a known issue?
Code:
.blog_post_thumbnail {
width:200px;
height:auto;
float:left;
padding-right:10px;
padding-bottom:10px;
}
.blog_post_container {
clear:both;
}
Shows up in the home page meta description:
Code:
<meta name="description" content=".blog_post_thumbnail { width:200px; height:auto; float:left; padding-right:10px; padding-bottom:10px; } .blog_post_container { clear:both; }" />
Is this a known issue?