提交 2fc95104 编写于 作者: S Samy Pessé

Fix articles with url not being listed in ebook summary

上级 37cff429
{% extends "./page.html" %}
{% block title %}{{ "SUMMARY"|t }} | {{ title }}{% endblock %}
{% block title %}{{ "SUMMARY"|t }}{% endblock %}
{% macro articles(_articles) %}
{% for article in _articles %}
<li>
<span class="inner">
{% if article.path or 1 %}
{% if article.path or article.url %}
{% if article.path %}
<a href="{{ article.path|contentURL }}{{ article.anchor }}">{{ article.title }}</a>
{% else %}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册