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" -}}