From 25b0b21c2daee6c5ac8bafbb7a37ac817ff66c82 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 31 Jul 2021 12:06:22 +0100 Subject: [PATCH] Move "profiles" header into layout template --- content/contact.md | 2 -- layouts/_default/contact.html | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/contact.md b/content/contact.md index ea87ab9..92d8896 100644 --- a/content/contact.md +++ b/content/contact.md @@ -15,5 +15,3 @@ If you stumbled across an email address of mine, best not to use it. Like most p - Matrix: {{< sociallink matrix >}} Want to [say thanks]({{}})? - -### Profiles diff --git a/layouts/_default/contact.html b/layouts/_default/contact.html index 904a767..dcb7f67 100644 --- a/layouts/_default/contact.html +++ b/layouts/_default/contact.html @@ -3,6 +3,8 @@
{{ partial "content.html" . }} +

Profiles

+
{{ range $i, $e := sort .Site.Data.social.accounts "name" }}