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:
Diffstat (limited to 'docs/content/en/functions/sha.md')
-rw-r--r--docs/content/en/functions/sha.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/en/functions/sha.md b/docs/content/en/functions/sha.md
index 4e1243469..d10da3446 100644
--- a/docs/content/en/functions/sha.md
+++ b/docs/content/en/functions/sha.md
@@ -14,9 +14,9 @@ keywords: [sha,checksum]
signature: ["sha1 INPUT", "sha256 INPUT"]
workson: []
hugoversion:
-relatedfuncs: []
+relatedfuncs: [md5]
deprecated: false
-aliases: []
+aliases: [sha1, sha256]
---
`sha1` hashes the given input and returns its SHA1 checksum.