From f303314070f3261018e9b6c7c6f2a07aec31f346 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Wed, 28 Apr 2021 13:09:38 +0200 Subject: git setup post --- pages/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pages/index.tsx') 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<{ -- cgit v1.2.3