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 86b86d96 Update 404.html
86b86d96 is described below
commit 86b86d96404f55226d6335a44414bc654dd005bf
Author: imbajin <[email protected]>
AuthorDate: Wed Sep 14 16:38:56 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 3d0f679e..1546c2ef 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -1,8 +1,8 @@
{{ define "main"}}
<main id="main">
<div>
- <h1 id="title">Not found (BETA)</h1>
- <p>Oops! This page doesn't exist. Try going back to our <a href="{{ "/"
| relURL }}">home page</a>.</p>
+ <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>
<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>