We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82d3474 commit 8bd6e97Copy full SHA for 8bd6e97
1 file changed
dist/four-point-seven/pages/archive.txp
@@ -120,10 +120,10 @@
120
</txp:evaluate>
121
122
<txp:else />
123
- <txp:article />
+ <txp:article status />
124
125
<!-- add pagination links to foot of article if there are more articles available -->
126
- <txp:evaluate test="prev,next">
+ <txp:evaluate test="link_to_prev,link_to_next">
127
<nav class="paginator" aria-label="<txp:text item="page_nav" />">
128
<txp:link_to_prev>
129
<txp:text item="prev" />
0 commit comments