Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvjeantet <valere.jeantet@gmail.com>2020-09-09 01:48:16 +0300
committervjeantet <valere.jeantet@gmail.com>2020-09-09 01:48:16 +0300
commit3ab13b59a30618964f5f94fc89df330339f3be0e (patch)
tree991c675da98d4dbc258b054ac353b07f33c2fa41 /exampleSite/content/404.md
parent9d0e2aceb887e8c93c23f7d94f8649d71e4be466 (diff)
refactor hide option in frontmatter
Diffstat (limited to 'exampleSite/content/404.md')
-rw-r--r--exampleSite/content/404.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/exampleSite/content/404.md b/exampleSite/content/404.md
index 65d2509..e7fcdff 100644
--- a/exampleSite/content/404.md
+++ b/exampleSite/content/404.md
@@ -1,14 +1,11 @@
---
-hide_breadcrumb: true
-hide_nav: true
title: Whoops! Page not found
description: This is a 404 page
date: 2020-09-08T20:40:23.389Z
layout: page
hidden: true
-hide_toc: true
+hide: toc, nav, breadcrumb, nextpage
url: 404.html
-hide_nextpage: true
---
That page can't be found.