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 f425f33..a5e6fe7 100644
--- a/layouts/partials/team-member.html
+++ b/layouts/partials/team-member.html
@@ -1,5 +1,5 @@
- Author: {{ .context.Name | default "-" }}
- Contact: {{ .context.Email | default "-" }}
- GitHub: {{ .context.GitHub | default "-" }}
- From: {{ .context.Location | default "-" }}
+ Author: {{ $.member.name | default "-" }}
+ Contact: {{ $.member.email | default "-" }}
+ GitHub: {{ $.member.github | default "-" }}
+ From: {{ $.member.location | default "-" }}