Sha256: f52a4dc1b66ed44a3d1ce515970dd9eebfa0e2312564f394e71a20ce680c0987

Contents?: true

Size: 1.05 KB

Versions: 37

Compression:

Stored size: 1.05 KB

Contents

<article class="{{ include.class }}">
    {%- if include.target_url -%}
    <a href='{{ include.target_url | absolute_url }}'>
    {%- endif -%}
        <div class="fact-intro on">
            <p>{{ include.default.intro | default: &nbsp; }}</p>
        </div>
        <div class="fact on">
            <h3>{{ include.default.fact | default: &nbsp; }}</h3>
        </div>
        <div class="fact-outro on">
            <p>{{ include.default.outro | default: &nbsp; }}</p>
        </div>
        <span class="icon {{ include.default.icon | default: 'fa-play' }} on"></span>
        <div class="fact-intro off">
            <p>{{ include.hover.intro | default: &nbsp; }}</p>
        </div>
        <div class="fact off">
            <h3>{{ include.hover.fact | default: &nbsp; }}</h3>
        </div>
        <div class="fact-outro off">
            <p>{{ include.hover.outro | default: &nbsp; }}</p>
        </div>
        <span class="icon {{ include.hover.icon | default: 'fa-exclamation' }} off"></span>
    {%- if include.target_url -%}
    </a>
    {%- endif -%}
</article>

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
jekyll-theme-consulting-0.11.15 _includes/fact.html
jekyll-theme-consulting-0.11.14 _includes/fact.html
jekyll-theme-consulting-0.11.13 _includes/fact.html
jekyll-theme-consulting-0.11.12 _includes/fact.html
jekyll-theme-consulting-0.11.11 _includes/fact.html
jekyll-theme-consulting-0.11.10 _includes/fact.html
jekyll-theme-consulting-0.11.9 _includes/fact.html
jekyll-theme-consulting-0.11.8 _includes/fact.html
jekyll-theme-consulting-0.11.7 _includes/fact.html
jekyll-theme-consulting-0.11.6 _includes/fact.html
jekyll-theme-consulting-0.11.5 _includes/fact.html
jekyll-theme-consulting-0.11.4 _includes/fact.html
jekyll-theme-consulting-0.11.3 _includes/fact.html
jekyll-theme-consulting-0.11.2 _includes/fact.html
jekyll-theme-consulting-0.10.17 _includes/fact.html
jekyll-theme-consulting-0.10.16 _includes/fact.html
jekyll-theme-consulting-0.10.15 _includes/fact.html
jekyll-theme-consulting-0.10.14 _includes/fact.html
jekyll-theme-consulting-0.10.13 _includes/fact.html
jekyll-theme-consulting-0.10.12 _includes/fact.html