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 34227184 Update 404.html
34227184 is described below
commit 34227184926b2db5df854c0afcd23132836b98e0
Author: imbajin <[email protected]>
AuthorDate: Wed Sep 14 15:18:33 2022 +0800
Update 404.html
---
layouts/404.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/404.html b/layouts/404.html
index 378b7367..3d0f679e 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -1,7 +1,7 @@
{{ define "main"}}
<main id="main">
<div>
- <h1 id="title">Not found</h1>
+ <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>
<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>