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.1.11 _includes/theme/embed_responsive.html
compost-jekyll-theme-0.1.10 _includes/theme/embed_responsive.html
compost-jekyll-theme-0.1.9 _includes/theme/embed_responsive.html
compost-jekyll-theme-0.1.8 _includes/theme/embed_responsive.html
compost-jekyll-theme-0.1.7 _includes/theme/embed_responsive.html
compost-jekyll-theme-0.1.6 _includes/theme/embed_responsive.html
compost-jekyll-theme-0.1.5 _includes/theme/embed_responsive.html
compost-jekyll-theme-0.1.4 _includes/theme/embed_responsive.html
compost-jekyll-theme-0.1.3 _includes/theme/embed_responsive.html
compost-jekyll-theme-0.1.2 _includes/theme/embed_responsive.html
compost-jekyll-theme-0.1.1 _includes/theme/embed_responsive.html
compost-jekyll-theme-0.1.0 _includes/theme/embed_responsive.html