ref: e50b9d8ac1c69aa16cf45b1e4ff95b22d535adb7
dir: /docs/layouts/showcase/thumbnail.html/
<div class="col-sm-6 col-md-4" style="padding-bottom:1em;"> <div class="thumbnail"> <a href="{{ .Params.sitelink }}"><img class="img-responsive img-rounded" style="width:100%;" src="{{ .Params.thumbnail }}" alt="{{ .Description }}"></a> <a href="{{ .Params.sitelink }}"><h4>{{ .Title }}<a href="{{ .Params.sourcelink }}" class="small pull-right">source</a></h4></a> {{ range .Params.tags }} <span class="label label-default" style="font-size:60%;">{{ . }}</span> {{ end }} </div> </div>