Sha256: 58f9d018d3683ba4fb1cdee284eb07001106d28174e87dbe3f1bfdf854451115
Contents?: true
Size: 595 Bytes
Versions: 31
Compression:
Stored size: 595 Bytes
Contents
{%- comment -%} Un botón con link, por ejemplo para Support Us. Si el link es externo, agregar el parámetro de seguridad noopener. @param :href [String] El link @param :text [String] El contenido {%- endcomment -%} <a href="{{ include.href | default: "#" }}" {{ include.href | start_with: "https://" | value_if: 'rel="noopener" target="_blank"' }} {{ include.href | start_with: "http://" | value_if: 'rel="noopener" target="_blank"' }} class="btn btn-primary w-100 d-flex align-items-center justify-content-center text-uppercase f-md-17"> <span>{{- include.text -}}</span> </a>
Version data entries
31 entries across 31 versions & 1 rubygems