mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-23 18:10:52 +02:00
parent
ec9127eaf8
commit
edacf1f01f
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
|||
{{ end }}
|
||||
|
||||
{{ if $has_attachments }}
|
||||
<div class="flex space-x-3">
|
||||
<div class="flex flex-wrap space-x-3">
|
||||
{{ partial "page_links" (dict "page" $item "is_list" 1) }}
|
||||
</div>
|
||||
{{ end }}
|
||||
|
@ -39,7 +39,7 @@
|
|||
{{- $item.Date.Format "2006" -}}.
|
||||
|
||||
{{ if $has_attachments }}
|
||||
<div class="flex space-x-3">
|
||||
<div class="flex flex-wrap space-x-3">
|
||||
{{ partial "page_links" (dict "page" $item "is_list" 1) }}
|
||||
</div>
|
||||
{{ end }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue