1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2025-05-11 06:56:00 +02:00

Move summary layout to posts

The only content type we have is posts, so the summary type should
be there.
This commit is contained in:
2016-08-30 11:39:03 +03:00
parent 4043f1b1f4
commit 4c68cf71b0

View File

@ -1,6 +0,0 @@
<article class="blog-post">
<h2 class="blog-post-title"><a href="{{ .Permalink }}" title="{{ .Title }}">{{ .Title }}</a></h2>
<p class="blog-post-meta"><time datetime="{{ .Date }}">{{ .Date.Format .Site.Params.date_format }}</time> by <a href="#">Mark</a></p>
{{ .Summary }}
<a href='{{ .Permalink }}'><nobr>Read more →</nobr></a>
</article> <!-- /.blog-post -->