From 2e24c4ee2fbae8820c78f5b3b23cfd86b5aef129 Mon Sep 17 00:00:00 2001 From: chelproc Date: Sat, 11 Jan 2025 15:36:01 +0900 Subject: [PATCH] =?UTF-8?q?=E3=80=8C=E3=83=97=E3=83=AD=E3=82=B0=E3=83=A9?= =?UTF-8?q?=E3=83=9F=E3=83=B3=E3=82=B0=E3=80=8D=E3=81=A8=E3=81=84=E3=81=86?= =?UTF-8?q?=E3=82=AD=E3=83=BC=E3=83=AF=E3=83=BC=E3=83=89=E3=81=A7=E6=A4=9C?= =?UTF-8?q?=E7=B4=A2=E3=81=AB=E5=BC=95=E3=81=A3=E3=81=8B=E3=81=8B=E3=82=8B?= =?UTF-8?q?=E3=82=88=E3=81=86=E3=81=AB=E3=81=97=E3=81=9F=E3=81=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CommonHead.tsx | 12 ++++++++++++ src/pages/index.tsx | 3 ++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/src/components/CommonHead.tsx b/src/components/CommonHead.tsx index a6b7235e..86be1262 100644 --- a/src/components/CommonHead.tsx +++ b/src/components/CommonHead.tsx @@ -6,11 +6,13 @@ import config from "../../gatsby-config"; export default function CommonHead({ title, description, + keywords, image, linkedData, }: { title: string | null; description?: string; + keywords?: string[]; image?: string; linkedData?: WithContext; }) { @@ -45,6 +47,16 @@ export default function CommonHead({ + {linkedData && ( )} diff --git a/src/pages/index.tsx b/src/pages/index.tsx index b5db8b47..17744a14 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -61,7 +61,8 @@ export default function IndexPage({ data }: PageProps) {

ut.code(); は、2019 - 年設立の東京大学のソフトウェアエンジニアリングコミュニティです。 + 年発足の東京大学のソフトウェアエンジニアリングコミュニティ・プログラミングサークルです。 + プログラミングの学習から、実社会で役立つソフトウェア製作まで、幅広い活動を行っています。