mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2024-11-10 05:59:41 +00:00
8 lines
206 B
HTML
8 lines
206 B
HTML
<div class="media-body">
|
|
<a href="{{ .RelPermalink }}">
|
|
<h5>{{ .Title }}</h5>
|
|
</a>
|
|
<small>{{ partial "content-details.html" . }}</small>
|
|
<p>{{ partial "summary.html" . }}</p>
|
|
</div>
|