mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Merge pull request #691 from webdesignhero/master
Related Post Plugin Example
This commit is contained in:
commit
c8da208a91
1 changed files with 1 additions and 1 deletions
|
|
@ -300,7 +300,7 @@ For example::
|
||||||
{% if article.related_posts %}
|
{% if article.related_posts %}
|
||||||
<ul>
|
<ul>
|
||||||
{% for related_post in article.related_posts %}
|
{% for related_post in article.related_posts %}
|
||||||
<li>{{ related_post }}</li>
|
<li><a href="{{ related_post.url }}">{{ related_post.title }}</a></li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue