mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 01:35:56 +01:00
Fixes the summary to be simpler
This commit is contained in:
parent
6198c735aa
commit
674fc2bb67
1 changed files with 1 additions and 3 deletions
|
@ -60,9 +60,7 @@
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</hgroup>
|
</hgroup>
|
||||||
|
|
||||||
{{ with .Summary }}
|
<div class="post-summary p-summary" aria-hidden="true">{{ partialCached "description.txt" . }}</div>
|
||||||
<div class="post-summary p-summary" aria-hidden="true">{{ . }}</div>
|
|
||||||
{{ end }}
|
|
||||||
|
|
||||||
{{ if .Params.Cover }}
|
{{ if .Params.Cover }}
|
||||||
<figure class="post-cover">
|
<figure class="post-cover">
|
||||||
|
|
Loading…
Reference in a new issue