ソースを参照

Rename to be consistent with general template structure

Konrad Förstner 10 年 前
コミット
780ad9a91e
共有3 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 1 1
      pelican_comment_system/doc/installation.md
  2. 1 1
      pelican_comment_system/doc/quickstart.md
  3. 0 0
      pelican_comment_system/theme/templates/pcs/comments.html

+ 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