Browse Source

Change site slogan

restructure
Garrit Franke 3 years ago
parent
commit
33b8266a3c
  1. 2
      components/Meta.js
  2. 2
      components/Profile.js

2
components/Meta.js

@ -9,7 +9,7 @@ export default function Meta(props) {
<title>{props.siteTitle}</title>
<meta
name="Description"
content="Random tips, tricks and thoughts about software"
content="Random thoughts, tips and rants about software"
></meta>
<link rel="icon" type="image/svg+xml" href="favicon.svg" />
</Head>

2
components/Profile.js

@ -4,7 +4,7 @@ export default function Profile(props) {
return (
<div className="profile">
<h2>Garrit Franke</h2>
<p>Random tips, tricks and thoughts about software</p>
<p>Random thoughts, tips and rants about software</p>
<Link href="https://lists.sr.ht/~garritfra/public-inbox">
Public Inbox
</Link>

Loading…
Cancel
Save