+ {{ if and (isset .Params "writer") $writer.bio }}
+ {{ range $writer.bio }}
+
{{ . | default "" | safeHTML }}
+ {{ end }}
+ {{ else }}
+ {{ range .Site.Params.bio }}
+
{{ . | default "" | safeHTML }}
+ {{ end }}
+ {{ end }}
+ {{ if isset .Params "writer" }}
+ {{ with $writer.facebook }}
+
+
+
+ {{end}}
+
+ {{ with $writer.googleplus }}
+
+
+
+ {{end}}
+
+
+ {{ with $writer.twitter }}
+
+{{end}}
+{{ with $writer.linkedin }}
+
+
+
+{{end}}
+
+{{ with $writer.email }}
+
+
+
+{{end}}
+
+{{ with $writer.instagram }}
+
+
+
+{{end}}
+
+{{ with $writer.stackoverflow }}
+
+
+
+{{end}}
+
+{{ with $writer.github }}
+
+
+
+{{end}}
+
+
+{{ with $writer.mastodon }}
+
+
+
+{{end}}
+
+
+{{ else }}
+{{ with .Site.Params.social.facebook }}
+
+
+
+{{end}}
+
+{{ with .Site.Params.social.googleplus }}
+
+
+
+{{end}}
+
+
+{{ with .Site.Params.social.twitter }}
+
+{{end}}
+{{ with .Site.Params.social.linkedin }}
+
+
+
+{{end}}
+
+{{ with .Site.Params.social.email }}
+
+
+
+{{end}}
+
+{{ with .Site.Params.social.instagram }}
+
+
+
+{{end}}
+
+{{ with .Site.Params.social.stackoverflow }}
+
+
+
+{{end}}
+
+{{ with .Site.Params.social.github }}
+
+
+
+{{end}}
+
+
+{{ with .Site.Params.social.mastodon }}
+
+
+
+{{end}}
+{{ end }}
+
+
+