mirror of
https://github.com/carsonip/hugo-theme-minos
synced 2025-12-29 19:09:50 -08:00
Fix index spacing and add featured image
This commit is contained in:
@@ -36,7 +36,10 @@
|
||||
{{ end }}
|
||||
</div>
|
||||
<div class="article-entry" itemprop="articleBody">
|
||||
<p>
|
||||
{{ if .Params.featuredImage }}<img src="{{.Params.featuredImage}}"><br>{{ end }}
|
||||
{{ .Summary }}
|
||||
</p>
|
||||
<p class="article-more-link">
|
||||
<a href="{{ .RelPermalink }}">Read More</a>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user