podcast: move key points into front matter
This commit is contained in:
parent
dbccb3c419
commit
9137b331fe
2 changed files with 22 additions and 14 deletions
|
@ -41,4 +41,14 @@
|
|||
{% endfor %}
|
||||
<ul>
|
||||
</div>
|
||||
|
||||
{% if page.key_points %}
|
||||
<h2>Key points</h2>
|
||||
|
||||
<ul>
|
||||
{% for i in page.key_points %}
|
||||
<li>{{ i }}</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue