Skip to content

Commit 8187b0b

Browse files
authored
Update main.py
1 parent 4158a4c commit 8187b0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@ def cards(pages, columns=1, style="cards", force_version=False):
8989
)
9090
)
9191

92-
return """<div class="%s col-%s">%s %s %s</div>""" % (style, columns, "\n".join(cards), current_page.abs_url, current_page.canonical_url)
92+
return """<div class="%s col-%s">%s</div>""" % (style, columns, "\n".join(cards))

0 commit comments

Comments
 (0)