diff --git a/docs/index.md b/docs/index.md index dbd0416..8b13789 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1 +1 @@ -#kyoPages + diff --git a/mkdocs.yml b/mkdocs.yml index 7f7ae7b..b20c97f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -19,9 +19,9 @@ pages: - man Fr: "live-build/man-fr.md" - config: "live-build/config.md" - About: - - About: "about/about.md" - - Git: "about/git.md" - - License: "about/LICENSE.md" + - git: "about/git.md" + - mkdocs: "about/mkdocs.md" + - license: "about/LICENSE.md" markdown_extensions: - extra diff --git a/theme/mkdocs/base.html b/theme/mkdocs/base.html index 659efe1..dc348f6 100644 --- a/theme/mkdocs/base.html +++ b/theme/mkdocs/base.html @@ -71,10 +71,9 @@ {%- block footer %}

- {%- if config.copyright %}{{config.site_name}}{%- endif %} - {%- if config.copyright %}- license {{ config.copyright }}{%- endif %} - - Page éditée le {{ build_date_utc }} (UTC) - {% if config.site_url %}- {%- if config.copyright %}{{config.site_name}}{%- endif %}{% endif %} + {% if config.site_url %}{%- if config.site_name %}{{config.site_name}}{%- endif %}{% endif %} + {%- if config.copyright %} - license {{ config.copyright }}{%- endif %} + - Page éditée le {{ build_date_utc }} (UTC)

{%- endblock %}