From 12953cdd2bd4648cb64e0ab2bb70e64514ae88bd Mon Sep 17 00:00:00 2001 From: denes Date: Mon, 27 May 2019 15:23:58 +0200 Subject: [PATCH] Removing pricing --- config.toml | 5 ----- data/pricing.yml | 55 ------------------------------------------------ 2 files changed, 60 deletions(-) delete mode 100644 data/pricing.yml diff --git a/config.toml b/config.toml index 9730bc4..5477cd9 100644 --- a/config.toml +++ b/config.toml @@ -27,11 +27,6 @@ summaryLength = 10 URL = "our-team" weight = 5 - [[menu.nav]] - name = "Pricing" - URL = "pricing" - weight = 6 - [[menu.nav]] name = "Blog" URL = "blog" diff --git a/data/pricing.yml b/data/pricing.yml deleted file mode 100644 index e2cae5f..0000000 --- a/data/pricing.yml +++ /dev/null @@ -1,55 +0,0 @@ -enable : true -heading : Our Greatest -headingSpan : Plans -pricingTable : - - title : Free - price : $99 - time : month - btnURL : # - btnText : Signup - plan : - - planDetails : 1GB Disk Space - - planDetails : 10 Email Account - - planDetails : Script Installer - - planDetails : 1 GB Storage - - planDetails : 10 GB Bandwidth - - planDetails : 24/7 Tech Support - - - title : Silver - price : $149 - time : month - btnURL : # - btnText : Signup - plan : - - planDetails : 1GB Disk Space - - planDetails : 10 Email Account - - planDetails : Script Installer - - planDetails : 1 GB Storage - - planDetails : 10 GB Bandwidth - - planDetails : 24/7 Tech Support - - - title : Gold - price : $199 - time : month - btnURL : # - btnText : Signup - plan : - - planDetails : 1GB Disk Space - - planDetails : 10 Email Account - - planDetails : Script Installer - - planDetails : 1 GB Storage - - planDetails : 10 GB Bandwidth - - planDetails : 24/7 Tech Support - - - title : Platinum - price : $299 - time : month - btnURL : # - btnText : Signup - plan : - - planDetails : 1GB Disk Space - - planDetails : 10 Email Account - - planDetails : Script Installer - - planDetails : 1 GB Storage - - planDetails : 10 GB Bandwidth - - planDetails : 24/7 Tech Support \ No newline at end of file