Sha256: f8b2c36059bafe509e9e2ac763449ac5a3ceda19f572d7660e76b29180d28f86
Contents?: true
Size: 414 Bytes
Versions: 2
Compression:
Stored size: 414 Bytes
Contents
<article class="tile-container {{ include.class }}"> {%- if include.target_url -%} <a href='{{ include.target_url | absolute_url }}'> {%- endif -%} <div class="tile"> <h3>{{ include.title }}</h3> <p>{{ include.content }}</p> <span class="icon {{ include.icon }}"></span> </div> {%- if include.target_url -%} </a> {%- endif -%} </article>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-consulting-0.11.18 | _includes/tile.html |
jekyll-theme-consulting-0.11.17 | _includes/tile.html |