Sha256: d12b9995a56917588e4ea15c7334c776cede5a613fc00afdd753368bd28fc0df

Contents?: true

Size: 410 Bytes

Versions: 9

Compression:

Stored size: 410 Bytes

Contents

{%- comment -%}

La base para un encabezado con enlace

@param :level [Integer] El nivel
@param :text [String] El contenido
@param :class [String] Clases para aplicar a títulos
{%- endcomment -%}

{%- assign slug = include.text | slugify -%}
<h{{ include.level }} id="{{ slug }}">
  <a class="{{ include.class }}" href="#{{ slug }}" data-turbo="false">
    {{- include.text -}}
  </a>
</h{{ include.level }}>

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
editorial-autogestiva-jekyll-theme-0.5.0rc8 _includes/headings/with_link.html
editorial-autogestiva-jekyll-theme-0.5.0rc7 _includes/headings/with_link.html
editorial-autogestiva-jekyll-theme-0.5.0rc6 _includes/headings/with_link.html
editorial-autogestiva-jekyll-theme-0.5.0rc5 _includes/headings/with_link.html
editorial-autogestiva-jekyll-theme-0.5.0rc4 _includes/headings/with_link.html
editorial-autogestiva-jekyll-theme-0.5.0rc3 _includes/headings/with_link.html
editorial-autogestiva-jekyll-theme-0.5.0rc2 _includes/headings/with_link.html
editorial-autogestiva-jekyll-theme-0.5.0rc1 _includes/headings/with_link.html
radios-comunitarias-jekyll-theme-0.3.0rc1 _includes/headings/with_link.html