Sha256: 9f1458262f96c1a78a7cdae5bd28f8734c4619f0cb41d3e9950c7d6c0c1f8dfd
Contents?: true
Size: 666 Bytes
Versions: 7
Compression:
Stored size: 666 Bytes
Contents
<input type="checkbox" id="share" class="toggler" autocomplete="off" /> <label class="share btn border btn-block" for="share"> {{ site.i18n.share.text }} <i class="fa fa-{{ site.i18n.share.icon }}"></i> <div class="share-box toggled d-flex align-items-center justify-content-center"> <div class="box background-white color-primary row no-gutters align-items-center justify-content-center p-3"> {% for share in site.i18n.share.items %} <div class="col-4"> {% include_cached share.html share=share url=include.url title=include.title description=include.description %} </div> {% endfor %} </div> </div> </label>
Version data entries
7 entries across 5 versions & 1 rubygems