Sha256: 70ce4b7d4b2c717256b838ba011115fc6821e788013eb64938b107ab77c663b9

Contents?: true

Size: 395 Bytes

Versions: 3

Compression:

Stored size: 395 Bytes

Contents

{%- assign class = "" -%}
{%- if include.class -%}
  {%- assign class = include.class -%}
{%- endif -%}

{%- assign legend = "" -%}
{%- if include.legend -%}
  {%- assign legend = include.legend -%}
{%- endif -%}

<figure class="m-0 d-lg-flex">
<img src="{{include.src}}" alt="sad" class="w-100 {{class}}">
<legend class="footnote-aside body-sm mb-1 mt-md-3">
  {{ legend }}
</legend>
</figure>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
another-theme-1.0.4 _includes/image.html
another-theme-1.0.3 _includes/image.html
another-theme-1.0.2 _includes/image.html