Sha256: 7cad9480471a2c5dbb7bc682a96e7eebc47d1ea0aeabc24871fdd51b77d4eede

Contents?: true

Size: 496 Bytes

Versions: 8

Compression:

Stored size: 496 Bytes

Contents

{%- comment -%}

Para asignar un enlace a un bloque contenedor.

@param :href [String] La URL
@param :alt [String] La descripciĆ³n
{%- endcomment -%}

<a
	class="stretched-link black hover-black text-decoration-none"
	href="{{ include.href | component_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>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
editorial-autogestiva-jekyll-theme-0.5.0rc8 _includes/stretched_link.html
editorial-autogestiva-jekyll-theme-0.5.0rc7 _includes/stretched_link.html
editorial-autogestiva-jekyll-theme-0.5.0rc6 _includes/stretched_link.html
editorial-autogestiva-jekyll-theme-0.5.0rc5 _includes/stretched_link.html
editorial-autogestiva-jekyll-theme-0.5.0rc4 _includes/stretched_link.html
editorial-autogestiva-jekyll-theme-0.5.0rc3 _includes/stretched_link.html
editorial-autogestiva-jekyll-theme-0.5.0rc2 _includes/stretched_link.html
editorial-autogestiva-jekyll-theme-0.5.0rc1 _includes/stretched_link.html