Sha256: 78f35e047896a1a4a277d648a2fcff7f6b8cb138f7487d8c8fe159e93d799e0f

Contents?: true

Size: 390 Bytes

Versions: 30

Compression:

Stored size: 390 Bytes

Contents

{%- comment -%}

componente de imagen que tiene un link [url]

@param :src [String]
@param :href [String] El link
@param :width [Integer] Ancho de la imagen
@param :alt [String] El alt de la imagen
{%- endcomment -%}

<div class="p-2">
	{% include image_with_link.html src=include.src width=include.width alt=include.alt img_class="w-100 h-100 object-fit-cover" href=include.href %}
</div>

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
compost-jekyll-theme-0.1.9 _includes/image_supporter.html
compost-jekyll-theme-0.1.8 _includes/image_supporter.html
compost-jekyll-theme-0.1.7 _includes/image_supporter.html
compost-jekyll-theme-0.1.6 _includes/image_supporter.html
compost-jekyll-theme-0.1.5 _includes/image_supporter.html
compost-jekyll-theme-0.1.4 _includes/image_supporter.html
compost-jekyll-theme-0.1.3 _includes/image_supporter.html
compost-jekyll-theme-0.1.2 _includes/image_supporter.html
compost-jekyll-theme-0.1.1 _includes/image_supporter.html
compost-jekyll-theme-0.1.0 _includes/image_supporter.html