Bläddra i källkod

Rename to be consistent with general template structure

Konrad Förstner 8 år sedan
förälder
incheckning
780ad9a91e

+ 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)

+ 1 - 1
pelican_comment_system/doc/quickstart.md

@@ -8,7 +8,7 @@ This form allows your visitors to easily write comments and send them to you via
 	```
 	mkdir -p [yourtheme]/templates/pcs
 	mkdir -p [yourtheme]/static/js
-	cp ./theme/template/pcs/comments.html [yourtheme]/templates/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