Sha256: 9e2d144c00a2b2539b8593d83be46b1e0dbc5ead3f1830785b6bd4d4e713740a

Contents?: true

Size: 495 Bytes

Versions: 40

Compression:

Stored size: 495 Bytes

Contents

<div class="row row-cols-2 row-cols-md-4">
  {% for color in site.data.theme.colors %}
    <div class="col">
      <div class="w-100 embed-responsive embed-responsive-1by1">
        <div class="embed-responsive-item background-{{ color[0] | replace: "_", "-" }} d-flex align-items-center justify-content-center">
          <div>
            <p>{{ color[0] | replace: "_", "-" }}</p>
            <p>{{ color[1] }}</p>
          </div>
        </div>
      </div>
    </div>
  {% endfor %}
</div>

Version data entries

40 entries across 40 versions & 3 rubygems

Version Path
editorial-autogestiva-jekyll-theme-0.5.0rc8 _includes/theme/colors.html
editorial-autogestiva-jekyll-theme-0.5.0rc7 _includes/theme/colors.html
editorial-autogestiva-jekyll-theme-0.5.0rc6 _includes/theme/colors.html
editorial-autogestiva-jekyll-theme-0.5.0rc5 _includes/theme/colors.html
editorial-autogestiva-jekyll-theme-0.5.0rc4 _includes/theme/colors.html
editorial-autogestiva-jekyll-theme-0.5.0rc3 _includes/theme/colors.html
editorial-autogestiva-jekyll-theme-0.5.0rc2 _includes/theme/colors.html
editorial-autogestiva-jekyll-theme-0.5.0rc1 _includes/theme/colors.html
compost-jekyll-theme-0.3.8 _includes/theme/colors.html
compost-jekyll-theme-0.3.7 _includes/theme/colors.html
compost-jekyll-theme-0.3.6 _includes/theme/colors.html
compost-jekyll-theme-0.3.5 _includes/theme/colors.html
radios-comunitarias-jekyll-theme-0.3.0rc1 _includes/theme/colors.html
compost-jekyll-theme-0.3.4 _includes/theme/colors.html
compost-jekyll-theme-0.3.3 _includes/theme/colors.html
compost-jekyll-theme-0.3.2 _includes/theme/colors.html
compost-jekyll-theme-0.3.1 _includes/theme/colors.html
compost-jekyll-theme-0.3.0 _includes/theme/colors.html
compost-jekyll-theme-0.2.3 _includes/theme/colors.html
compost-jekyll-theme-0.2.2 _includes/theme/colors.html