date = "2009-06-01T22:04:43+00:00"
+++
-{{< gravatar mail="danixland@gmail.com" class="image right circle" size=250 >}}
+{{< gravatar email="danixland@gmail.com" class="image right circle" size=250 >}}
Welcome to danix.xyz, my name is Danilo but you can call me danix.
I deeply dislike sharing readers data with other companies so you can be sure that I don't collect any data from my readers. I've setup hugo not to track my readers and to instruct other sites referenced on my pages to do so as well.
-Read more about [my Privacy Policy]({{< ref "legal" >}} "Privacy Policy here at danix.xyz").
+Read more about [my Privacy Policy](../legal "Privacy Policy here at danix.xyz").
date = "2009-06-01T22:04:43+00:00"
+++
-{{< gravatar mail="danixland@gmail.com" class="image right circle" size=250 >}}
+{{< gravatar email="danixland@gmail.com" class="image right circle" size=250 >}}
Welcome to danix.xyz, my name is Danilo but you can call me danix.
I deeply dislike sharing readers data with other companies so you can be sure that I don't collect any data from my readers. I've setup hugo not to track my readers and to instruct other sites referenced on my pages to do so as well.
-Read more about [my Privacy Policy]({{< ref "legal" >}} "Privacy Policy here at danix.xyz").
+Read more about [my Privacy Policy](../legal "Privacy Policy here at danix.xyz").
{{- $class := .Get "class" | default "w-32 h-32 rounded-full" -}}
{{- if $email -}}
- {{- $hash := md5 (trim (strings.ToLower $email)) -}}
+ {{- $hash := md5 (strings.TrimSpace (strings.ToLower $email)) -}}
{{- $gravatarURL := printf "https://www.gravatar.com/avatar/%s?s=%s&d=identicon" $hash $size -}}
<img
src="{{ $gravatarURL }}"