瀏覽代碼

Fixed typo

Benjamin ABEL 10 年之前
父節點
當前提交
15fad7c8c4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      series/Readme.md

+ 1 - 1
series/Readme.md

@@ -34,7 +34,7 @@ The plugin provides the following variables to your templates
 For example:
 
     {% if article.series %}
-        <p>This post is part {{ article.series.index }} of the "{{ article.series.series }}" series:</p>
+        <p>This post is part {{ article.series.index }} of the "{{ article.series.name }}" series:</p>
         <ol class="parts">
             {% for part_article in article.series.all %}
                 <li {% if part_article == article %}class="active"{% endif %}>