There was an error while loading. Please reload this page.
2 parents 9526d5b + 5ece6bc commit c70104dCopy full SHA for c70104d
1 file changed
tags/if_article_id.md
@@ -59,9 +59,8 @@ Other tags used: [title](/tags/title).
59
### Example 2: Display a list of articles omitting current article
60
61
~~~ html
62
-<txp:article_custom label="related" labeltag="h4" section="<txp:section />" wraptag="ul">
63
- <txp:if_article_id>
64
- <txp:else />
+<txp:article_custom label="related" labeltag="h4" section='<txp:section />' wraptag="ul">
+ <txp:if_article_id not>
65
<li>
66
<txp:permlink>
67
<txp:title />
0 commit comments