From a8fd8c7ea9a89a0f9af1397f09793ec7c663f16d Mon Sep 17 00:00:00 2001 From: Anduin Xue Date: Tue, 10 Jan 2023 10:26:42 +0000 Subject: [PATCH] Add footer for page. --- .github/templates/mkdocs_template.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/templates/mkdocs_template.yml b/.github/templates/mkdocs_template.yml index 016d51f..5b94ee7 100644 --- a/.github/templates/mkdocs_template.yml +++ b/.github/templates/mkdocs_template.yml @@ -15,19 +15,20 @@ theme: - content.code.annotate # - content.tabs.link # - header.autohide - #- navigation.expand - #- navigation.indexes + # - navigation.expand + # - navigation.indexes - navigation.instant - navigation.sections - navigation.tabs - navigation.tabs.sticky - navigation.top + - navigation.footer - navigation.tracking - search.highlight - search.share - search.suggest - toc.follow - # # - toc.integrate + # - toc.integrate search_index_only: true palette: - media: "(prefers-color-scheme: light)"