From f2cec110ff1e635d38dcda548bfacd08e354b86a Mon Sep 17 00:00:00 2001 From: Patrick Marsceill Date: Wed, 14 Aug 2019 10:50:49 -0400 Subject: [PATCH] Add footer content docs --- _config.yml | 1 + docs/configuration.md | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/_config.yml b/_config.yml index d5e2784..ad2ca04 100644 --- a/_config.yml +++ b/_config.yml @@ -29,6 +29,7 @@ aux_links: "Just the Docs on GitHub": - "//github.com/pmarsceill/just-the-docs" +# Footer content appears at the bottom of every page's main content footer_content: "Copyright © 2017-2019 Patrick Marsceill. Distributed by an MIT license." # Color scheme currently only supports "dark" or nil (default) diff --git a/docs/configuration.md b/docs/configuration.md index 4a4caef..3b79750 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -38,6 +38,13 @@ aux_links: - "//github.com/pmarsceill/just-the-docs" ``` +## Footer content + +```yaml +# Footer content appears at the bottom of every page's main content +footer_content: "Copyright © 2017-2019 Patrick Marsceill. Distributed by an MIT license." +``` + ## Color scheme ```yaml