aboutsummaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2021-04-28 13:09:38 +0200
committerlonkaars <loek@pipeframe.xyz>2021-04-28 13:09:38 +0200
commitf303314070f3261018e9b6c7c6f2a07aec31f346 (patch)
tree033dabf14781d55e01eaaf26814888f80d3abdf1 /pages
parent77edafd033bcd8cad04747b3cfb8ae73f2b2a1c8 (diff)
git setup post
Diffstat (limited to 'pages')
-rw-r--r--pages/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/index.tsx b/pages/index.tsx
index 5ceb6ff..ab0f6ff 100644
--- a/pages/index.tsx
+++ b/pages/index.tsx
@@ -9,7 +9,7 @@ import { PostsInfo } from './search';
import { useEffect, useState } from 'react';
// edit this to change the post displayed on the home page and the pinned posts
-var posts = ['index', 'connect4', 'software'];
+var posts = ['index', 'connect4', 'software', 'git'];
export default function Home(props: {
posts: Array<{