mirror of
https://github.com/Vimux/Binario.git
synced 2024-11-11 01:38:28 +00:00
Add summary template
This commit is contained in:
parent
2fd4ce4b9c
commit
5b81da614f
1 changed files with 4 additions and 0 deletions
4
layouts/_default/summary.html
Normal file
4
layouts/_default/summary.html
Normal file
|
@ -0,0 +1,4 @@
|
|||
<article class="post">
|
||||
<h1 class="post__title"><a class="post__title-link" href="{{ .RelPermalink }}">{{ .Title }}</a></h1>
|
||||
<div class="post__content">{{- .Summary }}</div>
|
||||
</article>
|
Loading…
Reference in a new issue