Skip to content

Instantly share code, notes, and snippets.

View jeygeethan's full-sized avatar
💭
just. awesome.

Jey Geethan jeygeethan

💭
just. awesome.
View GitHub Profile
@jeygeethan
jeygeethan / rails_engine.md
Last active June 1, 2020 03:06 — forked from maxivak/readme.md
Integrating Gem/Engine and Main Rails App
@jeygeethan
jeygeethan / AND_OR_NOT
Created July 15, 2018 05:37 — 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