aboutsummaryrefslogtreecommitdiff
path: root/pages/index.tsx
diff options
context:
space:
mode:
authorlonkaars <l.leblansch@gmail.com>2021-03-30 12:52:46 +0200
committerlonkaars <l.leblansch@gmail.com>2021-03-30 12:52:46 +0200
commit2a0b62d48e9c63246d1f8935acc9756137dd8fd2 (patch)
treefecc7d189ee4dc003d86bd27be9a1b1e196a94c7 /pages/index.tsx
parent627166edff0d7c32a99f330c83fb98891a68fc81 (diff)
light mode css
Diffstat (limited to 'pages/index.tsx')
-rw-r--r--pages/index.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/pages/index.tsx b/pages/index.tsx
index 675d159..a08825a 100644
--- a/pages/index.tsx
+++ b/pages/index.tsx
@@ -3,6 +3,7 @@ import Navbar from '../components/navbar';
import Button from '../components/button';
import Image from '../components/image';
import Chapters from '../components/chapters';
+import Tags from '../components/tag';
import ReactMarkdown from 'react-markdown';
@@ -12,6 +13,7 @@ export default function Home() {
<div className="titleWrapper">
<h1>Loek’s excruciatingly interesting blog</h1>
<p className="subtile">Loek heeft dit geschreven</p>
+ <Tags tags={[ "gert", "banaan", "komkommer" ]}/>
</div>
<div className="navAreaWrapper">
<div className="sticky">