From 5137b0e5b0b5e455b69b1a2acdf6b14c415da024 Mon Sep 17 00:00:00 2001 From: Matt Edwards Date: Thu, 1 Aug 2024 17:01:03 -0400 Subject: [PATCH 1/4] Update _config.yml --- docs/_config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/_config.yml b/docs/_config.yml index bb3c3df..70c9c16 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -8,6 +8,8 @@ aux_links: "GitHub Repository": - "//github.com/Stillpoint-Software/hyperbee.json" +footer_content: "Copyright © {{ "now" | date: "%Y" }} Stillpoint Software" + # logo: "/assets/icon.png" search_enabled: true # Enable search From 44b286bf364522d3723b7caa49b5e36c6eacbdda Mon Sep 17 00:00:00 2001 From: Matt Edwards Date: Thu, 1 Aug 2024 17:03:11 -0400 Subject: [PATCH 2/4] Update _config.yml --- docs/_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_config.yml b/docs/_config.yml index 70c9c16..80aa109 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -8,7 +8,7 @@ aux_links: "GitHub Repository": - "//github.com/Stillpoint-Software/hyperbee.json" -footer_content: "Copyright © {{ "now" | date: "%Y" }} Stillpoint Software" +footer_content: "Copyright © {{ 'now' | date: '%Y' }} Stillpoint Software" # logo: "/assets/icon.png" search_enabled: true # Enable search From 22c2e1dcd668c2afd0387404674a9d878371448c Mon Sep 17 00:00:00 2001 From: Matt Edwards Date: Thu, 1 Aug 2024 17:07:23 -0400 Subject: [PATCH 3/4] Update _config.yml --- docs/_config.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/_config.yml b/docs/_config.yml index 80aa109..1fa760e 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -8,7 +8,13 @@ aux_links: "GitHub Repository": - "//github.com/Stillpoint-Software/hyperbee.json" -footer_content: "Copyright © {{ 'now' | date: '%Y' }} Stillpoint Software" +footer_content: | +
+

© Stillpoint Software. All rights reserved.

+ +
# logo: "/assets/icon.png" search_enabled: true # Enable search From 6aa6b51f4a2b88d3634e9b20ac09182ad4e63ac8 Mon Sep 17 00:00:00 2001 From: Matt Edwards Date: Thu, 1 Aug 2024 17:09:46 -0400 Subject: [PATCH 4/4] Update _config.yml --- docs/_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_config.yml b/docs/_config.yml index 1fa760e..d0e9217 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -10,7 +10,7 @@ aux_links: footer_content: |