diff options
Diffstat (limited to 'layouts/partials/team-member.html')
| -rw-r--r-- | layouts/partials/team-member.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/layouts/partials/team-member.html b/layouts/partials/team-member.html new file mode 100644 index 0000000..917e97f --- /dev/null +++ b/layouts/partials/team-member.html @@ -0,0 +1,5 @@ + + Author: {{ .Name }} + Contact: {{ .Email }} + GitHub: {{ .Github }} + From: {{ .Location }} |
