Browse Source

Correct template path

Konrad Förstner 8 years ago
parent
commit
d4546a3716
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pelican_comment_system/doc/quickstart.md

+ 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/template/pcs/comments.html [yourtheme]/templates/pcs/comments.html
 	cp ./theme/static/js/comments.js      [yourtheme]/static/js/comments.html
 	```