github.com/ncw/rclone@v1.48.1-0.20190724201158-a35aa1360e3e/docs/layouts/post/summary.html (about) 1 <div class="well well-sm"> 2 <h4> 3 <a href="{{ .Permalink }}">{{ .Title }}</a> <small class="pull-right">Posted on {{ .Date.Format "Jan 2, 2006" }}</small><br> 4 <small>{{ .Description }}</small> 5 </h4> 6 <hr> 7 <p>{{ .Summary }}</p> 8 <a class="btn btn-primary btn-xs" href="{{ .Permalink }}">Read More <span class="fa fa-angle-double-right"></span></a> 9 </div>