From 958b6e4ffea76638c9f95f4d70b4af1a9a4bf00e Mon Sep 17 00:00:00 2001 From: Kazuhiro MUSASHI Date: Mon, 9 Jan 2023 22:07:31 +0900 Subject: [PATCH] =?UTF-8?q?CMS=E3=81=B8=E3=81=AE=E3=83=AA=E3=83=B3?= =?UTF-8?q?=E3=82=AF=E3=82=92=E3=83=A1=E3=83=8B=E3=83=A5=E3=83=BC=E3=81=AB?= =?UTF-8?q?=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/_default/menus.ja.toml | 5 +++++ config/staging/menus.ja.toml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/config/_default/menus.ja.toml b/config/_default/menus.ja.toml index 5509500..c386f69 100644 --- a/config/_default/menus.ja.toml +++ b/config/_default/menus.ja.toml @@ -30,6 +30,11 @@ pageRef = "topics" weight = 40 +[[main]] + name = "記事の投稿" + url = "https://everun1989.microcms.io/" + weight = 50 + # -- Footer Menu -- # The footer menu is displayed at the bottom of the page, just before # the copyright notice. Configure as per the main menu above. diff --git a/config/staging/menus.ja.toml b/config/staging/menus.ja.toml index 5509500..c386f69 100644 --- a/config/staging/menus.ja.toml +++ b/config/staging/menus.ja.toml @@ -30,6 +30,11 @@ pageRef = "topics" weight = 40 +[[main]] + name = "記事の投稿" + url = "https://everun1989.microcms.io/" + weight = 50 + # -- Footer Menu -- # The footer menu is displayed at the bottom of the page, just before # the copyright notice. Configure as per the main menu above.