Sha256: 2ebf2b80ffefb50b9173913a29974d220fa545326139e67a11b464f0277e35ef
Contents?: true
Size: 568 Bytes
Versions: 7
Compression:
Stored size: 568 Bytes
Contents
{%- comment -%} Para asignar un enlace a un bloque contenedor. @param :href [String] La URL @param :alt [String] La descripciĆ³n de la imagen @param :extra [String] Atributos extra {%- endcomment -%} <a class="stretched-link black hover-black text-decoration-none" href="{{ include.href | uri_escape }}" {{ include.extra }} {{ 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
7 entries across 7 versions & 1 rubygems