From ce016996c1f9a53df3811fa85d0117d5ef204710 Mon Sep 17 00:00:00 2001 From: Zachary Betz Date: Tue, 26 Feb 2019 21:42:31 -0600 Subject: Remove unused param --- exampleSite/config.toml | 1 - exampleSite/config.yaml | 1 - 2 files changed, 2 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index e6d8bcd..4b5807b 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -15,7 +15,6 @@ googleAnalytics = "UA-123456789-1" quality = 99 [params] - description = "A Hugo theme made with [PaperCSS](https://www.getpapercss.com/), the less formal CSS framework." homeMetaContent = "A Hugo theme made with PaperCSS, the less formal CSS framework." # For more date formats see https://gohugo.io/functions/format/ dateFormat = "Jan 2, 2006" diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index feb7daa..b7822ed 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -15,7 +15,6 @@ imaging: quality: 99 params: - description: A Hugo theme made with [PaperCSS](https://www.getpapercss.com/), the less formal CSS framework. homeMetaContent: A Hugo theme made with PaperCSS, the less formal CSS framework. # For more date formats see https://gohugo.io/functions/format/ dateFormat: Jan 2, 2006 -- cgit v1.2.3