Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6539975

Browse files
author
Roberto Alsina
committedMar 13, 2018
Fix so it works with latest docker image
1 parent 6250231 commit 6539975

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎CHANGES.txt

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ New in master
44
Features
55
--------
66

7+
* Support for Commento comment system (Issue #2773)
78
* New PRESERVE_ICC_PROFILES option to control whether ICC profiles are
89
preserved when copying images.
910
* Use baguetteJS in bootstrap theme (part of Issue #2777)

‎nikola/data/themes/base/templates/comments_helper_commento.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010
<%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>
1212
<script>
1313
window.onload = function() {
1414
Commento.init({

0 commit comments

Comments
 (0)