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 4158a4c commit 8187b0bCopy full SHA for 8187b0b
main.py
@@ -89,4 +89,4 @@ def cards(pages, columns=1, style="cards", force_version=False):
89
)
90
91
92
- return """<div class="%s col-%s">%s %s %s</div>""" % (style, columns, "\n".join(cards), current_page.abs_url, current_page.canonical_url)
+ return """<div class="%s col-%s">%s</div>""" % (style, columns, "\n".join(cards))
0 commit comments