Bläddra i källkod

Merge pull request #713 from konrad/master

pelican_comment_system: Correct template path
Justin Mayer 8 år sedan
förälder
incheckning
fc33af56c1

+ 1 - 1
pelican_comment_system/doc/installation.md

@@ -114,4 +114,4 @@ Attribute  | Description
 {% endif %}
 ```
 
-For a more complex / extensive example have a look at [theme/template/pcs/comments.html](../theme/template/pcs/comments.html)
+For a more complex / extensive example have a look at [theme/templates/pcs/comments.html](../theme/templates/pcs/comments.html)

+ 2 - 2
pelican_comment_system/doc/quickstart.md

@@ -6,9 +6,9 @@ This form allows your visitors to easily write comments and send them to you via
 
 1. Merge the `./theme` folder with your own theme folder, or copy the files manually
 	```
-	mkdir -p [yourtheme]/template/pcs
+	mkdir -p [yourtheme]/templates/pcs
 	mkdir -p [yourtheme]/static/js
-	cp ./theme/template/pcs/comments.html [yourtheme]/template/pcs/comments.html
+	cp ./theme/templates/pcs/comments.html [yourtheme]/templates/pcs/comments.html
 	cp ./theme/static/js/comments.js      [yourtheme]/static/js/comments.html
 	```
 

pelican_comment_system/theme/template/pcs/comments.html → pelican_comment_system/theme/templates/pcs/comments.html