From 5344a15889ee292cd0082bae63f847d7d9a27b84 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Sat, 14 May 2022 11:28:47 +0200 Subject: Add humans.txt support --- layouts/partials/team-member.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 layouts/partials/team-member.html (limited to 'layouts/partials/team-member.html') 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 }} -- cgit v1.2.3