{### Modified By 黄伟枞 Modify: 1. 修改插件获取的名字,将 theme-default 修改为 theme-cuav 2. 增加是否在 summary 底部显示 GitBook 链接 ###} {% macro articles(_articles) %} {% for article in _articles %}
  • {% if article.path and getPageByPath(article.path) %} {% elif article.url %} {% else %} {% endif %} {% if article.level != "0" and config.pluginsConfig['theme-cuav'].showLevel %} {{ article.level }}. {% endif %} {{ article.title }} {% if article.path or article.url %} {% else %} {% endif %} {% if article.articles.length > 0 %} {% endif %}
  • {% endfor %} {% endmacro %}