Sha256: 1e338d7374d350a8190c1e11c538ac154f103bfd21b2574ccd68e7a177963a54
Contents?: true
Size: 516 Bytes
Versions: 7
Compression:
Stored size: 516 Bytes
Contents
<article id="{{ include.post.slug }}" class="position-relative col d-flex flex-column mb-3"> {%- include_cached stretched_link.html href=include.post.url alt=include.post.image.description -%} {%- include_cached embed_responsive.html src=include.post.image.path alt=include.post.image.description width=600 x=1 y=1 -%} <header class="mt-3 mb-3 flex-grow-1"> <h1 class="font-weight-bold f-4">{{ include.post.title }}</h1> <p class="lead">{{ include.post.description }}</p> </header> </article>
Version data entries
7 entries across 7 versions & 1 rubygems