From 60a0feb39d3ec975472f12377db9182789776c10 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Mon, 16 May 2022 02:13:01 +0200 Subject: Simplified setting the author --- layouts/partials/team-member.html | 5 ----- 1 file changed, 5 deletions(-) delete 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 deleted file mode 100644 index a5e6fe7..0000000 --- a/layouts/partials/team-member.html +++ /dev/null @@ -1,5 +0,0 @@ - - Author: {{ $.member.name | default "-" }} - Contact: {{ $.member.email | default "-" }} - GitHub: {{ $.member.github | default "-" }} - From: {{ $.member.location | default "-" }} -- cgit v1.2.3