mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2025-06-29 16:10:43 +00:00
Add partials
This commit is contained in:
parent
16103599b3
commit
9f753226f6
6 changed files with 52 additions and 11 deletions
7
layouts/partials/list_item.html
Normal file
7
layouts/partials/list_item.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
<div class="media-body">
|
||||
<a href="{{ .RelPermalink }}">
|
||||
<h5>{{ .Title }}</h5>
|
||||
</a>
|
||||
<small>{{ partial "content-details.html" . }}</small>
|
||||
<p>{{ partial "summary.html" . }}</p>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue