From 4dcafea516827ae2fa623b8e01754be77d37fd66 Mon Sep 17 00:00:00 2001 From: Hippo Date: Wed, 18 Dec 2019 19:24:46 +0530 Subject: [PATCH] Update Navbar and Navigation to pull data from Ghost This is instead of using data/admin.yml --- src/components/Navbar.vue | 34 ++++++++++++++++++++++++++++++---- src/components/Navigation.vue | 21 +++++++++++---------- 2 files changed, 41 insertions(+), 14 deletions(-) diff --git a/src/components/Navbar.vue b/src/components/Navbar.vue index 5828472..691a1e1 100644 --- a/src/components/Navbar.vue +++ b/src/components/Navbar.vue @@ -2,12 +2,18 @@