Sha256: 92fbfa19a1370d094d8f1a749db5b797f74acea15c71315408f0cd08d36f35d9
Contents?: true
Size: 600 Bytes
Versions: 2
Compression:
Stored size: 600 Bytes
Contents
<!-- Start Author --> <div id="{{ author.name }}" class="col-xl-3 col-lg-6 col-sm-6 mb-5"> <div class="bg-white rounded shadow-sm py-5 px-4"> <img src="{{ author.picture | relative_url }}" alt="author" width="100" class="img-fluid rounded-circle mb-3 img-thumbnail shadow-sm animated fadeInUp" data-animation="fadeInUp"> <h5 class="mb-0">{{ author.name }}</h5> <span class="small text-uppercase text-muted">{{ author.bio }}</span> <ul class="social mb-0 list-inline mt-3"> {%- include social_user.html author=author -%} </ul> </div> </div> <!-- End Author -->
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll-struggle-0.0.2 | _includes/author.html |
jekyll-struggle-0.0.1 | _includes/author.html |