mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-23 10:00:52 +02:00
feat(view): reduce data size in Card
This commit is contained in:
parent
d8ba8a1565
commit
78e9a5787d
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
<p class="block mt-1 text-sm leading-tight font-medium text-black dark:text-white">
|
||||
{{ ($item.Params.summary | default $item.Summary) | plainify | htmlUnescape | chomp -}}
|
||||
</p>
|
||||
<p class="mt-2 text-gray-500 dark:text-gray-400">
|
||||
<p class="mt-2 text-gray-500 dark:text-gray-400 text-sm">
|
||||
{{- $item.Date | time.Format (site.Params.locale.date_format | default ":date_long") -}}
|
||||
</p>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue