mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2025-06-30 00:20:43 +00:00
Apply some bootstrap styling
This commit is contained in:
parent
a82ab80745
commit
71fc71e30a
4 changed files with 48 additions and 33 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue