From 01322efeb2c8b0521d66de459cbe3b9d71e1259e Mon Sep 17 00:00:00 2001 From: Alexandre Vicenzi Date: Mon, 15 Jun 2020 19:52:15 +0200 Subject: [PATCH] Cleanup and Fixes --- README.md | 1 - exampleSite/content/post/hidden-page.md | 11 ----------- exampleSite/content/post/soho.md | 1 - layouts/_default/category.html | 8 +------- layouts/_default/list.html | 8 +------- layouts/_default/single.html | 2 +- layouts/_default/taxonomy.html | 8 +------- layouts/index.html | 14 ++++---------- layouts/partials/footer.html | 9 ++++----- layouts/partials/sidebar.html | 4 ++-- static/css/hyde.css | 2 +- 11 files changed, 15 insertions(+), 53 deletions(-) delete mode 100644 exampleSite/content/post/hidden-page.md diff --git a/README.md b/README.md index d7e4b8e..d44d729 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,6 @@ Soho is a minimalist two-column [hugo](https://gohugo.io) theme based on [Hyde]( - Rich Snippets (JSON-LD) - Twitter Card - Pagination -- Hidden Pages - Customizable - Support all [Hugo Internals](https://gohugo.io/templates/internal/) diff --git a/exampleSite/content/post/hidden-page.md b/exampleSite/content/post/hidden-page.md deleted file mode 100644 index e349ce8..0000000 --- a/exampleSite/content/post/hidden-page.md +++ /dev/null @@ -1,11 +0,0 @@ -+++ -title = "Hidden Page" -date = "2020-02-01" -description = "This page is hidden and should not be visible without knowing the URL." -tags = [ - "privacy", -] -hidden = true -+++ - -This page is hidden and should not be visible without knowing the URL. diff --git a/exampleSite/content/post/soho.md b/exampleSite/content/post/soho.md index 5819f9b..2abc893 100644 --- a/exampleSite/content/post/soho.md +++ b/exampleSite/content/post/soho.md @@ -19,7 +19,6 @@ tags = [ - Rich Snippets (JSON-LD) - Twitter Card - Pagination -- Hidden Pages - Customizable - Support all [Hugo Internals](https://gohugo.io/templates/internal/) diff --git a/layouts/_default/category.html b/layouts/_default/category.html index 294ab65..f66747e 100644 --- a/layouts/_default/category.html +++ b/layouts/_default/category.html @@ -1,13 +1,7 @@ {{ define "main" -}}