1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
social-landing/layouts/partials/card.html
2019-01-12 14:41:32 +00:00

11 lines
447 B
HTML

<div class="card hoverable">
<div class="card-image">
<img src="images/sample-1.jpg" />
<a class="btn-floating halfway-fab waves-effect waves-light red"><i class="fas fa-plus"></i></a>
</div>
<div class="card-content">
<span class="card-title" style="margin-bottom: -8px">{{ .Title }}</span>
<span class="card-title"><h6>{{ .Params.account }}</h6></span>
<p>{{ .Summary }}</p>
</div>
</div>