Sha256: 97f75de291584b51a1b13e85b0f40b2dbe4fc0e60174fc0e4d624467e2ede56b
Contents?: true
Size: 796 Bytes
Versions: 5
Compression:
Stored size: 796 Bytes
Contents
<article class="tile-container {{ include.class }}"> {%- if include.target_url -%} <a href='{{ include.target_url | absolute_url }}'> {%- endif -%} <div class="tile"> <div class= "on"> <h3>{{ include.title }}</h3> <span class="icon {{ include.icon }}"></span> </div> <div class="off"> {%- if include.content and include.content != blank and include.content != nil and include.content != "" -%} {{ include.content }} {%- else -%} <h3>{{ include.title }}</h3> <span class="icon {{ include.icon }}"></span> {%- endif -%} </div> </div> {%- if include.target_url -%} </a> {%- endif -%} </article>
Version data entries
5 entries across 5 versions & 1 rubygems