Apply some bootstrap styling

This commit is contained in:
ItsDrike 2021-08-25 11:53:41 +02:00
parent a82ab80745
commit 71fc71e30a
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD
4 changed files with 48 additions and 33 deletions

View file

@ -1,7 +1,9 @@
<div class="media-body">
<a href="{{ .RelPermalink }}">
<h5>{{ .Title }}</h5>
</a>
<small>{{ partial "content-details.html" . }}</small>
<p>{{ partial "summary.html" . }}</p>
<div class="media list-page-item mb-3" data-id="{{ .File.UniqueID }}">
<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>