mirror of
https://github.com/TeamPiped/hugo-whisper-theme.git
synced 2024-08-14 23:57:00 +00:00
Use summary page bar
This commit is contained in:
parent
d39f310357
commit
0a7e0a7650
1 changed files with 1 additions and 1 deletions
|
@ -3,5 +3,5 @@
|
||||||
<img alt="{{ .Title }}" src="{{ .Params.image }}" />
|
<img alt="{{ .Title }}" src="{{ .Params.image }}" />
|
||||||
{{ end}}
|
{{ end}}
|
||||||
<h2 class="title-summary"><a href="{{ .Permalink }}">{{ .Title }}</a></h2>
|
<h2 class="title-summary"><a href="{{ .Permalink }}">{{ .Title }}</a></h2>
|
||||||
<p>{{ htmlUnescape .Content | plainify | truncate 140 }}</p>
|
<p>{{ .Summary }}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue