Sha256: 413fc8b9a871b85d26634f210d74041245a394c3ffb0e195fcd4147e1d137de0
Contents?: true
Size: 775 Bytes
Versions: 19
Compression:
Stored size: 775 Bytes
Contents
{% assign type = page.type | append: '-title' %} {% assign style = site.setup.style | prepend: 'style-' %} {% assign chapter = page.chapter | prepend: '<div>' | append: '</div>' %} {% assign cDivs = chapter | split: ' ' | join: '</div><div>' %} {% unless page.topic %} {%- if site.setup.style == "docs" -%} {% if page.type == "chapter" %} <h5 class="title {{ type }} {{ style }}"> {{ cDivs }} </h5> {% else %} <h5 class="title {{ type }} {{ style }}"> {{ page.title }} </h5> {% endif %} {%- else -%} <h3 class="title {{ type }}"> {% if page.type == "chapter" %} {{ cDivs }} {% else %} {{ page.title }} {% endif %} </h3> {%- endif -%} {% endunless %}
Version data entries
19 entries across 19 versions & 1 rubygems