From 85197c9c7f94f6aad32f32ab2586ddfffd8112ba Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Thu, 29 Dec 2022 10:32:34 -0500 Subject: [PATCH] Move press/blog to the footer --- src/config.toml | 6 ------ src/content/press.md | 2 -- src/layouts/partials/footer-nav.html | 6 ++++++ src/layouts/partials/footer.html | 2 +- 4 files changed, 7 insertions(+), 9 deletions(-) diff --git a/src/config.toml b/src/config.toml index 212a065..34ca29c 100644 --- a/src/config.toml +++ b/src/config.toml @@ -11,12 +11,6 @@ title = 'Equitable Open-Source for Web3' title = 'community' url = './#community' weight = 4 - [[menu.main]] - identifier = 'blog' - name = 'Blog' - title = 'blog' - url = 'https://medium.com/teaxyz' - weight = 5 [[menu.main]] identifier = 'github' name = 'GitHub' diff --git a/src/content/press.md b/src/content/press.md index 97bbbcc..9b8ae4a 100644 --- a/src/content/press.md +++ b/src/content/press.md @@ -2,6 +2,4 @@ title: "press" Description: "Tell Everyone About the Tea Party!" layout: "press" -menu: main -weight: 8 --- diff --git a/src/layouts/partials/footer-nav.html b/src/layouts/partials/footer-nav.html index 89d8e75..19a3be6 100644 --- a/src/layouts/partials/footer-nav.html +++ b/src/layouts/partials/footer-nav.html @@ -1,4 +1,10 @@