From a9c8562beab3e850490fb38f351019fbb79e97e4 Mon Sep 17 00:00:00 2001 From: KAMATAKI Yuya Date: Sat, 28 Oct 2023 23:11:30 +0900 Subject: [PATCH] Add(web): About and Profile pages Add new 'about' and 'profile' pages. but it has no content yet. --- _layouts/default.liquid | 2 ++ pages/about.md | 0 pages/profile.md | 0 3 files changed, 2 insertions(+) create mode 100644 pages/about.md create mode 100644 pages/profile.md diff --git a/_layouts/default.liquid b/_layouts/default.liquid index 3b86ffa..f8d4e70 100644 --- a/_layouts/default.liquid +++ b/_layouts/default.liquid @@ -12,6 +12,8 @@ diff --git a/pages/about.md b/pages/about.md new file mode 100644 index 0000000..e69de29 diff --git a/pages/profile.md b/pages/profile.md new file mode 100644 index 0000000..e69de29