summaryrefslogtreecommitdiffstats
path: root/layouts/partials
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials')
-rw-r--r--layouts/partials/team-member.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/layouts/partials/team-member.html b/layouts/partials/team-member.html
index 917e97f..f425f33 100644
--- a/layouts/partials/team-member.html
+++ b/layouts/partials/team-member.html
@@ -1,5 +1,5 @@
- Author: {{ .Name }}
- Contact: {{ .Email }}
- GitHub: {{ .Github }}
- From: {{ .Location }}
+ Author: {{ .context.Name | default "-" }}
+ Contact: {{ .context.Email | default "-" }}
+ GitHub: {{ .context.GitHub | default "-" }}
+ From: {{ .context.Location | default "-" }}