Skip to content

Commit

Permalink
[BUGFIX] Check for correct settings uid
Browse files Browse the repository at this point in the history
Resolves: TYPO3GmbH#305
  • Loading branch information
helsner authored Feb 29, 2024
1 parent ce2dc48 commit b45f261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Private/Templates/Post/ListPostsByDate.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h1 class="blogarchiveheader__title">
</h1>
</header>
<f:render partial="List" arguments="{_all}" />
<f:if condition="{settings.authorUid}">
<f:if condition="{settings.archiveUid}">
<footer class="blogarchivefooter blogarchivefooter--archive">
<div class="blogarchivefooter__backlink">
<f:link.page pageUid="{settings.archiveUid}">
Expand Down

0 comments on commit b45f261

Please sign in to comment.