|
@@ -64,7 +64,7 @@
|
|
|
?></li><?php
|
|
?></li><?php
|
|
|
endif; ?>
|
|
endif; ?>
|
|
|
<li class="item titleAuthorSummaryDate">
|
|
<li class="item titleAuthorSummaryDate">
|
|
|
- <a target="_blank" rel="noreferrer" href="<?= $this->entry->link() ?>" class="item-element title<?= (($topline_thumbnail !== 'none') || $topline_summary) ? ' multiline' : '' ?>" dir="auto"><?= $this->entry->title() ?><?php
|
|
|
|
|
|
|
+ <a target="_blank" rel="noreferrer" href="<?= $this->entry->link() ?>" class="item-element title" dir="auto"><?= $this->entry->title() ?><?php
|
|
|
if ($topline_display_authors):
|
|
if ($topline_display_authors):
|
|
|
?> <span class="author"><?= implode(' · ', $this->entry->authors()) ?></span><?php
|
|
?> <span class="author"><?= implode(' · ', $this->entry->authors()) ?></span><?php
|
|
|
endif;
|
|
endif;
|