This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 6539975 Roberto Alsina
committed Mar 13, 2018
1 parent 6250231 commit 6539975 Copy full SHA for 6539975
File tree 2 files changed +2
-1
lines changed
nikola/data/themes/base/templates
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ New in master
4
4
Features
5
5
--------
6
6
7
+ * Support for Commento comment system (Issue #2773)
7
8
* New PRESERVE_ICC_PROFILES option to control whether ICC profiles are
8
9
preserved when copying images.
9
10
* Use baguetteJS in bootstrap theme (part of Issue #2777)
Original file line number Diff line number Diff line change 8
8
9
9
10
10
<%def name="comment_link_script()">
11
- <script src="${comment_system_id}/assets/commento.min.js"></script>
11
+ <script src="${comment_system_id}/assets/js/ commento.min.js"></script>
12
12
<script>
13
13
window.onload = function() {
14
14
Commento.init({
You can’t perform that action at this time.
0 commit comments