Sha256: 1a06879d5c43dce00e1cf0372ab247cc70f6d7832b3150ff0a743d989546f5fb
Contents?: true
Size: 761 Bytes
Versions: 14
Compression:
Stored size: 761 Bytes
Contents
<header class="bg-image bg-dark text-white"{% if page.with_motif !="" %} style="background-image: url('{{ site.url }}{{ site.baseurl }}/assets/img/{{ page.with_motif }}');"{% endif %}> <div class="container py-5"> {% if page.with_announcements and page.with_announcements.size > 0 -%} <div class="row"> {% include base/announcements.html %} </div> {% endif -%} <div class="row my-3 justify-content-center"> <div class="col-sm-12 col-xl-8"> {% if page.with_title != false -%} <h1 class="display-4 fw-bold">{{ page.title }}</h1> {% endif -%} {% if page.with_preamble != false -%} <div class="lead">{{ page.title_lead }}</div> {% endif %} </div> </div> </div> </header>
Version data entries
14 entries across 14 versions & 1 rubygems