Sha256: 2c79d2bbf1eae168831f927a4d61525530affdf453a5a007c0871c9ce22dfeba
Contents?: true
Size: 612 Bytes
Versions: 32
Compression:
Stored size: 612 Bytes
Contents
<!-- Banner --> <section id="banner"> <div class="content"> <header> <h1>{{ include.title }}</h1> {% if include.subtitle %}<p>{{ include.subtitle }}</p>{% endif %} </header> {% if include.description %}<p>{{ include.description }}</p>{% endif %} <ul class="actions"> <li><a href="{{ include.button_url | default: '#' }}" class="button big">{{ include.button_label | default: 'Ask for advice!' }}</a></li> </ul> </div> <span class="image object"> <img src="{{ include.image_url | default: 'assets/images/pic01.jpg' | absolute_url }}" alt="" /> </span> </section>
Version data entries
32 entries across 32 versions & 1 rubygems