mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-23 21:53:09 +02:00
685 B
685 B
title, linkTitle, description, categories, keywords, menu, function, relatedFunctions, aliases
title | linkTitle | description | categories | keywords | menu | function | relatedFunctions | aliases | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
crypto.MD5 | md5 | hashes the given input and returns its MD5 checksum. |
|
|
|
|
|
{{ md5 "Hello world" }} → 3e25960a79dbc69b674cd4ec67a72c62
This can be useful if you want to use Gravatar for generating a unique avatar:
<img src="https://www.gravatar.com/avatar/{{ md5 "your@email.com" }}?s=100&d=identicon">