Rename notes to zets
This commit is contained in:
parent
e70d8c6f1f
commit
6d4667887d
35 changed files with 57 additions and 33 deletions
13
source/_includes/zets/related.html.twig
Normal file
13
source/_includes/zets/related.html.twig
Normal file
|
@ -0,0 +1,13 @@
|
|||
{% if related and zets %}
|
||||
<section>
|
||||
<h2>Related</h2>
|
||||
|
||||
<ul>
|
||||
{% for zet in zets if related|filter((title) => title == zet.title) %}
|
||||
<li>
|
||||
<a href="{{ zet.url }}">{{ zet.title }}</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</section>
|
||||
{% endif %}
|
Loading…
Add table
Add a link
Reference in a new issue