From 6f5f82b9cde787f33301283a25ab1f6cee81a09f Mon Sep 17 00:00:00 2001 From: Garrit Franke Date: Thu, 7 Jan 2021 10:22:30 +0100 Subject: [PATCH] Add matrix contace --- components/Profile.js | 8 +++++++- pages/posts/[post].js | 12 +++++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/components/Profile.js b/components/Profile.js index 2d0d507..4070d64 100644 --- a/components/Profile.js +++ b/components/Profile.js @@ -6,7 +6,13 @@ export default function Profile(props) {

Garrit Franke

Random tips, tricks and thoughts about software

- Public Inbox + + Public Inbox + +
+ + Matrix +
Website
diff --git a/pages/posts/[post].js b/pages/posts/[post].js index d6e2ba3..9679858 100644 --- a/pages/posts/[post].js +++ b/pages/posts/[post].js @@ -26,7 +26,17 @@ export default function BlogTemplate(props) {
-

Comments? Drop a mail in my public inbox.

+

+ Comments? Drop a mail in my{" "} + + public inbox + + , or send me a message on{" "} + + Matrix + + . +

Written By: Garrit Franke