Sha256: d3fa39a14ecfd36c66cf6d96e44ff36a98ca650cd0b016dea43caa3334afcc77
Contents?: true
Size: 1.08 KB
Versions: 6
Compression:
Stored size: 1.08 KB
Contents
<!-- file: _intro.html description: This is the intro section of the blog post. It includes the title, author, and excerpt of the post. path: _includes/intro.html --> {% if page.collection %} {% capture page_dir %}{{ site.collections_dir }}{% endcapture %} {% assign testvar = "collection exists" %} {% endif %} <!-- Intro Section --> <div class="bd-intro pt-5 ps-lg-2 position-relative" style=" background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('{{ page.preview | relative_url | default: site.info_banner }}') no-repeat center center / cover; color: #fff;"> <br> <h1>{{ page.title }}</h1> <p>By {{ page.author | default: site.author.name }}</p> <p>{{ page.excerpt }}</p> <p>Estimated reading time: {{ content | number_of_words | divided_by:200 }} minutes</p> <!-- Edit on Github Button --> <a href="https://github.com/{{ site.repository }}/blob/master/{{ page_dir }}/{{ page.path }}" class="btn btn-dark position-absolute bottom-0 end-0 m-3"> <i class="bi bi-github"></i> <span class="d-none d-sm-inline">Edit on Github</span> </a> </div>
Version data entries
6 entries across 6 versions & 1 rubygems