Sha256: a753c73a7c0ca675f52d0f7f153dce0ed0a0382bc500a63570aa8544f70439f4
Contents?: true
Size: 509 Bytes
Versions: 11
Compression:
Stored size: 509 Bytes
Contents
{%- assign heroclass = "is-dark is-medium is-bold has-text-centered" | split:" " %} {%- if page.rainbow_hero %}{% assign heroclass = heroclass | push: "rainbow" %}{% endif %} {%- assign heroclass = heroclass | join: " " %} {%- assign imagesource = metadata.bulmatown_theme.image_sizes.hero | default: "image" %} {%- render "bulmatown/hero", class: heroclass, cover: page[imagesource], title: title, title_class: "has-text-light", subtitle: subtitle, subtitle_class: "has-text-light" %}
Version data entries
11 entries across 11 versions & 1 rubygems