{% extends "base.html" %} {% block main_content %} {% set ns = namespace(cnt = 1) %} {% for pg in pages %} {% set ns.cnt = ns.cnt + 1 %} {% endfor %}
| このサイトに関する統計情報 | ||
|---|---|---|
| サイト名 | {{ config.site_name }} | |
| 記事の総数 | {{ ns.cnt }} | |
| サイトの最終更新日(UTC) | {{ build_date_utc }} | |
| サイトの作者 | {{ config.author }} | |
| リポジトリ | {% if config.repo_name %}{{ config.repo_name }}{% else %}{{ config.repo_url }}{% endif %} | |
| Lantanaのバージョン | WSOFT Lantana v2.9.7(tapioca) | |
| MkDocsのバージョン | {{ mkdocs_version }} | |