Sha256: c92392a394585318922c1d2396912c7ad50f5533b7bf829e7d9305f2f529080f

Contents?: true

Size: 499 Bytes

Versions: 32

Compression:

Stored size: 499 Bytes

Contents

{% for embed_responsive_aspect_ratio in site.data.theme.embed_responsive_aspect_ratios %}
  {% assign x = embed_responsive_aspect_ratio | split: " " | first | remove: "(" %}
  {% assign y = embed_responsive_aspect_ratio | split: " " | last | remove: ")" %}
  {% assign text = x | append: "by" | append: y %}

  <div class="mb-3">
    {% include headings/with_link.html level=2 text=text %}
    {% include embed_responsive.html src="public/placeholder.png" width=576 x=x y=y %}
  </div>
{% endfor %}

Version data entries

32 entries across 32 versions & 2 rubygems

Version Path
compost-jekyll-theme-0.3.8 _includes/theme/embed_responsive.html
compost-jekyll-theme-0.3.7 _includes/theme/embed_responsive.html
compost-jekyll-theme-0.3.6 _includes/theme/embed_responsive.html
compost-jekyll-theme-0.3.5 _includes/theme/embed_responsive.html
radios-comunitarias-jekyll-theme-0.3.0rc1 _includes/theme/embed_responsive.html
compost-jekyll-theme-0.3.4 _includes/theme/embed_responsive.html
compost-jekyll-theme-0.3.3 _includes/theme/embed_responsive.html
compost-jekyll-theme-0.3.2 _includes/theme/embed_responsive.html
compost-jekyll-theme-0.3.1 _includes/theme/embed_responsive.html
compost-jekyll-theme-0.3.0 _includes/theme/embed_responsive.html
compost-jekyll-theme-0.2.3 _includes/theme/embed_responsive.html
compost-jekyll-theme-0.2.2 _includes/theme/embed_responsive.html
compost-jekyll-theme-0.2.1 _includes/theme/embed_responsive.html
compost-jekyll-theme-0.1.18 _includes/theme/embed_responsive.html
compost-jekyll-theme-0.1.17 _includes/theme/embed_responsive.html
compost-jekyll-theme-0.1.16 _includes/theme/embed_responsive.html
compost-jekyll-theme-0.1.15 _includes/theme/embed_responsive.html
compost-jekyll-theme-0.1.14 _includes/theme/embed_responsive.html
compost-jekyll-theme-0.1.13 _includes/theme/embed_responsive.html
compost-jekyll-theme-0.1.12 _includes/theme/embed_responsive.html