Sha256: dbcf279adc6d5bee505aa4e60699c7e9ca6ef91cf3751ccd2da439d15d918785

Contents?: true

Size: 399 Bytes

Versions: 9

Compression:

Stored size: 399 Bytes

Contents

{%- comment -%}

La base para un encabezado

@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 & 1 rubygems

Version Path
compost-jekyll-theme-0.3.8 _includes/headings/with_link.html
compost-jekyll-theme-0.3.7 _includes/headings/with_link.html
compost-jekyll-theme-0.3.6 _includes/headings/with_link.html
compost-jekyll-theme-0.3.5 _includes/headings/with_link.html
compost-jekyll-theme-0.3.4 _includes/headings/with_link.html
compost-jekyll-theme-0.3.3 _includes/headings/with_link.html
compost-jekyll-theme-0.3.2 _includes/headings/with_link.html
compost-jekyll-theme-0.3.1 _includes/headings/with_link.html
compost-jekyll-theme-0.3.0 _includes/headings/with_link.html