mirror of
https://forge.chapril.org/tykayn/orgmode-to-gemini-blog
synced 2025-06-20 09:04:42 +02:00
add series
This commit is contained in:
parent
630ff2da42
commit
3fea367e9a
11 changed files with 185 additions and 123 deletions
|
@ -65,6 +65,20 @@
|
|||
</div>
|
||||
</article>
|
||||
|
||||
{% if template_content['SERIE'] %}
|
||||
<div class="article-serie">
|
||||
<h2>Série d'articles: {{ template_content['SERIE']['title'] }}</h2>
|
||||
<ul>
|
||||
{% for a in template_content['SERIE']['articles'] %}
|
||||
{% if a is not article.slug %}
|
||||
<li><a href="{{ a }}">{{ articles_info[a]['title'] }}</a></li>
|
||||
{% else %}
|
||||
<li class="article-serie-current">{{ article.title }}</li>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
{% endif %}
|
||||
<hr />
|
||||
<div class="article-navigation">
|
||||
{% if article.previous %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue