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