Skip to content

Instantly share code, notes, and snippets.

@doble-d
doble-d / AND_OR_NOT
Created August 28, 2020 23:43 — forked from oliverdoetsch/AND_OR_NOT
Blogger: Globally conditional data tags for all page types
#AND
<b:if cond='data:blog.pageType == "index"'>
<b:if cond='data:blog.searchQuery'>
<!--search_page AND index_page-->
</b:if>
</b:if>
#OR