From 942e313727d1ad886a1024c24fe4a9e8e2e0bb3e Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Wed, 20 Apr 2022 00:12:09 -0400 Subject: New upstream version 8.2.0. --- docs/extending.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'docs/extending.rst') diff --git a/docs/extending.rst b/docs/extending.rst index db72509..395d839 100644 --- a/docs/extending.rst +++ b/docs/extending.rst @@ -6,7 +6,7 @@ .. description: .. author: The Nikola Team -:Version: 8.1.3 +:Version: 8.2.0 :Author: Roberto Alsina .. class:: alert alert-primary float-md-right @@ -492,6 +492,14 @@ Does nothing specific, can be used to modify the site object (and thus the confi Put all the magic you want in ``set_site()``, and don’t forget to run the one from ``super()``. Example plugin: `navstories `__ + +CommentSystem Plugins +--------------------- + +Can be used to add a new comment system. (It doesn’t do anything by itself.) It’s expected to provide templates named ``comment_helper_foo.tmpl``. + +Example plugin: `cactuscomments `__ + Shortcode Plugins ----------------- -- cgit v1.2.3