diff --git a/devplacepy/templates/_comment.html b/devplacepy/templates/_comment.html index 7cb3810d..f611b1a6 100644 --- a/devplacepy/templates/_comment.html +++ b/devplacepy/templates/_comment.html @@ -1,4 +1,4 @@ -{% macro comment_cell(item, depth, parent_author=None) %} +{% macro comment_cell(item, depth, parent_author=None, parent_url=None) %}