From 3ea799a006b2fc6585984a5b3f2a15bcc5c8caa7 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Wed, 18 Jul 2018 07:44:37 +0100 Subject: [PATCH] disable terms page --- src/config.yaml | 3 +++ src/layouts/_default/terms.html | 7 ------- 2 files changed, 3 insertions(+), 7 deletions(-) delete mode 100644 src/layouts/_default/terms.html diff --git a/src/config.yaml b/src/config.yaml index de6f818..add7ed2 100644 --- a/src/config.yaml +++ b/src/config.yaml @@ -5,6 +5,9 @@ pluralizelisttitles: false removePathAccents: true title: Awesome IPFS +disableKinds: + - taxonomyTerm + params: Description: >- Useful resources for using IPFS and building things on top of it diff --git a/src/layouts/_default/terms.html b/src/layouts/_default/terms.html deleted file mode 100644 index 70fc88d..0000000 --- a/src/layouts/_default/terms.html +++ /dev/null @@ -1,7 +0,0 @@ -{{ define "main" }} - -
- TODO -
- -{{ end }}