Skip to content

Commit 2d7589a

Browse files
committed
Latest public theme build
1 parent 4dc0744 commit 2d7589a

File tree

1 file changed

+2
-2
lines changed
  • textpattern/setup/themes/four-point-seven/pages

1 file changed

+2
-2
lines changed

textpattern/setup/themes/four-point-seven/pages/archive.txp

+2-2
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,10 @@
120120
</txp:evaluate>
121121

122122
<txp:else />
123-
<txp:article />
123+
<txp:article status />
124124

125125
<!-- add pagination links to foot of article if there are more articles available -->
126-
<txp:evaluate test="prev,next">
126+
<txp:evaluate test="link_to_prev,link_to_next">
127127
<nav class="paginator" aria-label="<txp:text item="page_nav" />">
128128
<txp:link_to_prev>
129129
<txp:text item="prev" />

0 commit comments

Comments
 (0)