{% set themeConfig = config.pluginsConfig['theme-learnj'] or {} %} {% set showLevel = themeConfig.showLevel %} {% macro articles(_articles) %} {% for article in _articles %} {% set isActive = article.path == file.path and not article.anchor %}
  • {% if article.path and getPageByPath(article.path) %} {% elif article.url %} {% else %} {% endif %} {% if article.level != "0" and showLevel %} {{ article.level }} {% endif %} {{ article.title }} {% if article.path or article.url %} {% else %} {% endif %} {% if article.articles.length > 0 %} {% endif %}
  • {% endfor %} {% endmacro %}