mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-23 10:00:52 +02:00
fix: show Collection title
This commit is contained in:
parent
d147e71f52
commit
347501f9ea
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@
|
|||
|
||||
{{ $columns := $block.design.columns | default "2" }}
|
||||
|
||||
{{ if $block.content.text }}
|
||||
{{ if $block.content.title }}
|
||||
<div class="flex flex-col items-center max-w-prose mx-auto gap-3 justify-center">
|
||||
|
||||
<div class="mb-6 text-3xl font-bold text-gray-900 dark:text-white">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue