Sha256: 9b2d7185c6702b964ccdbb208c44485bf3025bb0076fb62c2cad4f67615fbc92
Contents?: true
Size: 563 Bytes
Versions: 11
Compression:
Stored size: 563 Bytes
Contents
<header class="hero {{ class }}"{% if cover %} style="background-image: url({{ cover }})"{% endif %}> <div{% if cover %} class="cover-overlay"{% endif %}> <div class="hero-body"> <div class="container is-fluid"> <h1 class="p-name title is-2 is-spaced {{ title_class }}"> {{ title | smartify }} </h1> {% if subtitle and subtitle != "" %} <h2 class="p-summary subtitle {{ subtitle_class }}"> {{ subtitle | smartify }} </h2> {% endif %} </div> </div> </div> </header>
Version data entries
11 entries across 11 versions & 1 rubygems