Skip to content

Commit

Permalink
Merge pull request #3570 from clayadavis/no_comment_3569
Browse files Browse the repository at this point in the history
Fix #3569: Add missing helper in `base-jinja` theme for dummy comment system
  • Loading branch information
Kwpolska committed Aug 29, 2021
2 parents 67fe01f + 647d8e7 commit dabd4f1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions AUTHORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
* `Christian Lawson-Perfect <https://github.com/christianp>`_
* `Christopher Arndt <https:/github.com/SpotlightKid>`_
* `Claudio Canepa <https://github.com/ccanepa>`_
* `Clayton A. Davis <https://github.com/clayadavis>`_
* `Damien Tournoud <https://github.com/damz>`_
* `Damián Avila <https://github.com/damianavila>`_
* `Daniel Aleksandersen <https://github.com/Aeyoun>`_
Expand Down
10 changes: 10 additions & 0 deletions nikola/data/themes/base-jinja/templates/comments_helper_dummy.tmpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{# -*- coding: utf-8 -*- #}

{% macro comment_form(url, title, identifier) %}
{% endmacro %}

{% macro comment_link(link, identifier) %}
{% endmacro %}

{% macro comment_link_script() %}
{% endmacro %}

0 comments on commit dabd4f1

Please sign in to comment.