mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2024-11-10 05:59:41 +00:00
10 lines
349 B
HTML
10 lines
349 B
HTML
<div class="media list-page-item mb-3" data-id="{{ with .File}}{{ .File.UniqueID }}{{ end }}">
|
|
<div class="media-body">
|
|
<a href="{{ .RelPermalink }}">
|
|
<h5 class="my-0">{{ .Title }}</h5>
|
|
</a>
|
|
<small>{{ partial "content-details.html" . }}</small>
|
|
<p>{{ partial "summary.html" . }}</p>
|
|
</div>
|
|
</div>
|