mirror of
https://github.com/tiennm99/hugoDocs.git
synced 2026-09-18 14:19:55 +00:00
These references haven't been visible for years. Related to: - https://github.com/gohugoio/gohugoioTheme/issues/24 - https://github.com/gohugoio/gohugoioTheme/pull/216
780 B
780 B
title, description, date, publishdate, lastmod, categories, menu, keywords, signature, workson, hugoversion, relatedfuncs, deprecated, aliases
| title | description | date | publishdate | lastmod | categories | menu | keywords | signature | workson | hugoversion | relatedfuncs | deprecated | aliases | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| sha | Hashes the given input and returns either an SHA1 or SHA256 checksum. | 2017-02-01 | 2017-02-01 | 2017-02-01 |
|
|
|
|
|
false |
|
sha1 hashes the given input and returns its SHA1 checksum.
{{ sha1 "Hello world, gophers!" }}
<!-- returns the string "c8b5b0e33d408246e30f53e32b8f7627a7a649d4" -->
sha256 hashes the given input and returns its SHA256 checksum.
{{ sha256 "Hello world, gophers!" }}
<!-- returns the string "6ec43b78da9669f50e4e422575c54bf87536954ccd58280219c393f2ce352b46" -->