This is an automated email from the ASF dual-hosted git repository.
jin pushed a commit to branch test-build
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-doc.git
The following commit(s) were added to refs/heads/test-build by this push:
new a2e8d53d Update 404.html
a2e8d53d is described below
commit a2e8d53d9c183338cf91cc8df6b547d5b584d9a7
Author: imbajin <[email protected]>
AuthorDate: Wed Sep 14 20:09:17 2022 +0800
Update 404.html
---
layouts/404.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/layouts/404.html b/layouts/404.html
index 1546c2ef..22074a51 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -1,8 +1,8 @@
{{ define "main"}}
<main id="main">
<div>
- <h1 id="title">(BETA) Not found</h1>
- <p>Oops! This page doesn't exist. Try go back to our <a href="{{ "/" |
relURL }}">home page</a>.</p>
+ <h1 id="title">Not found</h1>
+ <p>Oops! This page doesn't exist. Try to go back to our <a href="{{ "/"
| relURL }}">home page</a>.</p>
<p>You can learn how to make a 404 page like this in <a
href="https://gohugo.io/templates/404/">Custom 404 Pages</a>.</p>
</div>