Sha256: e07bf05df841fab62107083e777dd39b07179166a22f08b7e82b93ab4c021aa5

Contents?: true

Size: 870 Bytes

Versions: 21

Compression:

Stored size: 870 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 :height [Integer] Alto de la imagen
@param :alt [String] El alt de la imagen
@param :a_class [String] Clases para a
@param :component_class [String] Clases para el componente
{%- endcomment -%}

<div
	class="position-relative {{ include.component_class }}">
	<a class="stretched-link"
		 href="{{ include.href | uri_escape }}"
		 {{ include.href | start_with: "https://" | value_if: 'rel="noopener" target="_blank"' }}
		 {{ include.href | start_with: "http://" | value_if: 'rel="noopener" target="_blank"' }}>
		 <span class="sr-only">{{ include.alt }}</span>
	 </a>
  {% include picture.html src=include.src width=include.width height=include.height alt=include.alt img_class=include.img_class %}
</div>

Version data entries

21 entries across 21 versions & 1 rubygems

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