Browse Source

Add matrix contace

restructure
Garrit Franke 3 years ago
parent
commit
6f5f82b9cd
  1. 8
      components/Profile.js
  2. 12
      pages/posts/[post].js

8
components/Profile.js

@ -6,7 +6,13 @@ export default function Profile(props) {
<img src="/me.jpg"></img>
<h2>Garrit Franke</h2>
<p>Random tips, tricks and thoughts about software</p>
<Link href="https://lists.sr.ht/~garritfra/public-inbox">Public Inbox</Link>
<Link href="https://lists.sr.ht/~garritfra/public-inbox">
Public Inbox
</Link>
<br />
<Link href="https://matrix.to/#/@garrit:matrix.slashdev.space">
Matrix
</Link>
<br />
<Link href="https://garrit.xyz">Website</Link>
<br />

12
pages/posts/[post].js

@ -26,7 +26,17 @@ export default function BlogTemplate(props) {
</div>
<div className="blog__body">
<ReactMarkdown source={props.markdownBody} />
<p>Comments? Drop a mail in my <a href="https://lists.sr.ht/~garritfra/public-inbox">public inbox.</a></p>
<p>
Comments? Drop a mail in my{" "}
<a href="https://lists.sr.ht/~garritfra/public-inbox">
public inbox
</a>
, or send me a message on{" "}
<a href="https://matrix.to/#/@garrit:matrix.slashdev.space">
Matrix
</a>
.
</p>
</div>
<div className="blog__footer">
<h2>Written By: Garrit Franke</h2>

Loading…
Cancel
Save