From ced059426742556cf082dff6ea98fee79bd24397 Mon Sep 17 00:00:00 2001 From: rawkintrevo Date: Mon, 24 Feb 2025 13:51:24 -0600 Subject: [PATCH] Refeactor to includes Signed-off-by: rawkintrevo --- website/_includes/discord.html | 3 +++ website/_includes/navbar.html | 16 ++++++++++++++++ website/_layouts/default.html | 23 +++-------------------- website/_layouts/docs.html | 21 ++------------------- 4 files changed, 24 insertions(+), 39 deletions(-) create mode 100644 website/_includes/discord.html create mode 100644 website/_includes/navbar.html diff --git a/website/_includes/discord.html b/website/_includes/discord.html new file mode 100644 index 0000000..4c98a42 --- /dev/null +++ b/website/_includes/discord.html @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/website/_includes/navbar.html b/website/_includes/navbar.html new file mode 100644 index 0000000..4bc6930 --- /dev/null +++ b/website/_includes/navbar.html @@ -0,0 +1,16 @@ + \ No newline at end of file diff --git a/website/_layouts/default.html b/website/_layouts/default.html index e90a221..65524bf 100644 --- a/website/_layouts/default.html +++ b/website/_layouts/default.html @@ -8,22 +8,7 @@ - +{% include navbar.html %}
{{ content }} @@ -36,13 +21,11 @@
Gofannon

Empowering AI with legendary tools

- + {% include discord.html %} - \ No newline at end of file + \ No newline at end of file diff --git a/website/_layouts/docs.html b/website/_layouts/docs.html index 9ac7954..3ced1c4 100644 --- a/website/_layouts/docs.html +++ b/website/_layouts/docs.html @@ -8,22 +8,7 @@ - +{% include navbar.html %}
@@ -49,9 +34,7 @@
Gofannon

Empowering AI with legendary tools

- + {% include discord.html %}