Sha256: 5e92fba0836046c06c1b6450d1fc381322d44c3c6fb7305f8f622041b0fe5873

Contents?: true

Size: 1.16 KB

Versions: 13

Compression:

Stored size: 1.16 KB

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 :fa [String]
  @param :header [Capture] el contenido del encabezado
  @param :body [Capture] el contenido del cuerpo principal
  @param :footer [Capture] el contenido del footer
  @param :header_class [String] las clases que lleva el encabezado
  @param :body_class [String] las clases que lleva el cuerpo principal
  @param :footer_class [String] las clases que lleva el footer
  @param :content_class [String] las clases que lleva todo el bloque de contenido
  @param :button_class [String] las clases que lleva cada botón
{%- endcomment -%}

<div class="d-inline {{include.button_class}}" data-controller="modal">
  <button class="btn btn-sm" data-action="click->modal#show">
    {%- include_cached fa.html icon=include.fa class="lead" description=include.description -%}
  </button>

  {% include activity_pub/generic_modal.html header=include.header body=include.body footer=include.footer header_class=include.header_class body_class=include.body_class footer_class=include.footer_class content_class=include.content_class %}
</div>

Version data entries

13 entries across 13 versions & 3 rubygems

Version Path
sutty-jekyll-theme-0.3.9 _includes/activity_pub/button.html
sutty-jekyll-theme-0.3.8 _includes/activity_pub/button.html
sutty-jekyll-theme-0.3.7 _includes/activity_pub/button.html
compost-jekyll-theme-0.3.8 _includes/activity_pub/button.html
compost-jekyll-theme-0.3.7 _includes/activity_pub/button.html
compost-jekyll-theme-0.3.6 _includes/activity_pub/button.html
compost-jekyll-theme-0.3.5 _includes/activity_pub/button.html
radios-comunitarias-jekyll-theme-0.3.0rc1 _includes/activity_pub/button.html
compost-jekyll-theme-0.3.4 _includes/activity_pub/button.html
compost-jekyll-theme-0.3.3 _includes/activity_pub/button.html
compost-jekyll-theme-0.3.2 _includes/activity_pub/button.html
compost-jekyll-theme-0.3.1 _includes/activity_pub/button.html
compost-jekyll-theme-0.3.0 _includes/activity_pub/button.html