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

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