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

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-11-27 11:30:05 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-11-27 11:30:05 +0300
commit4f1e4bb3fe8241d7a900f57e156f9679768aff24 (patch)
treed0be819df4b7a1b1f073e4dfb5acfb9472d379bf /docs/content/en/templates
parentd162bbd7990b6a523bdadcd10bf60fcb43ecf270 (diff)
parent9f1265fde4b9ef186148337c99f08601633b6056 (diff)
Merge commit '9f1265fde4b9ef186148337c99f08601633b6056'
Diffstat (limited to 'docs/content/en/templates')
-rw-r--r--docs/content/en/templates/404.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/en/templates/404.md b/docs/content/en/templates/404.md
index 18fabc655..0916e2299 100644
--- a/docs/content/en/templates/404.md
+++ b/docs/content/en/templates/404.md
@@ -46,7 +46,7 @@ This is a basic example of a 404.html template:
Your 404.html file can be set to load automatically when a visitor enters a mistaken URL path, dependent upon the web serving environment you are using. For example:
-* [GitHub Pages](/hosting-and-deployment/hosting-on-github/). The 404 page is automatic.
+* [GitHub Pages](/hosting-and-deployment/hosting-on-github/) and [GitLab Pages](/hosting-and-deployment/hosting-on-gitlab/). The 404 page is automatic.
* Apache. You can specify `ErrorDocument 404 /404.html` in an `.htaccess` file in the root of your site.
* Nginx. You might specify `error_page 404 /404.html;` in your `nginx.conf` file.
* Amazon AWS S3. When setting a bucket up for static web serving, you can specify the error file from within the S3 GUI.