{{ .Site.Params.contact.profilename | default "Your Name" }}
-{{ .Site.Params.about.profiledescription | default "A short description about yourself." }}
+{{ site.Params.contact.profilename | default "Your Name" }}
+{{ site.Params.about.profiledescription | default "A short description about yourself." }}
{{ .Title }}
{{ .Site.Params.about.intereststitle | default "Interests" }}
- {{ with .Site.Params.about.interests }} +{{ site.Params.about.intereststitle | default (i18n "Interests" | default "Interests") }}
+ {{ with site.Params.about.interests }}-
{{ range first (div (len .) 2) . }}
@@ -80,7 +74,7 @@
{{ .Site.Params.about.intereststitle | default "Interests" }}
No interests listed.
+{{ i18n "NoInterests" | default "No interests listed." }}
{{ end }}