diff options
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/contact.astro | 2 | ||||
| -rw-r--r-- | src/pages/flat-report.astro | 2 | ||||
| -rw-r--r-- | src/pages/policy.astro | 2 | ||||
| -rw-r--r-- | src/pages/support.astro | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/pages/contact.astro b/src/pages/contact.astro index 00aa3c0..b96e3ab 100644 --- a/src/pages/contact.astro +++ b/src/pages/contact.astro @@ -2,7 +2,7 @@ import StarlightPage from "@astrojs/starlight/components/StarlightPage.astro"; --- -<StarlightPage frontmatter={{ title: "コンタクト" }}> +<StarlightPage frontmatter={{ title: "コンタクト", description: "市政へのご意見・ご質問・ご提案、取材やメディア掲載のご連絡はこちらからお寄せください。" }}> <h2>お問い合わせ</h2> <p> 小平市を更によくするために皆さんの声をお寄せください。ご意見・ご質問・ご提案等いつでもお気軽にご連絡下さい。 diff --git a/src/pages/flat-report.astro b/src/pages/flat-report.astro index c21b582..599d30f 100644 --- a/src/pages/flat-report.astro +++ b/src/pages/flat-report.astro @@ -2,7 +2,7 @@ import StarlightPage from "@astrojs/starlight/components/StarlightPage.astro"; --- -<StarlightPage frontmatter={{ title: "ふらっとレポート" }}> +<StarlightPage frontmatter={{ title: "ふらっとレポート", description: "市政の動きや議会での活動をまとめた「ふらっとレポート」のバックナンバー(PDF)を掲載しています。" }}> <p style="font-size:0.9rem;color:var(--sl-color-gray-2)"> *現在一部のみ掲載しています。 </p> diff --git a/src/pages/policy.astro b/src/pages/policy.astro index 0579281..2ada4dc 100644 --- a/src/pages/policy.astro +++ b/src/pages/policy.astro @@ -2,7 +2,7 @@ import StarlightPage from "@astrojs/starlight/components/StarlightPage.astro"; --- -<StarlightPage frontmatter={{ title: "私の方針" }}> +<StarlightPage frontmatter={{ title: "私の方針", description: "政党に頼らず、市民が主役の市政を実現するための安竹洋平の方針をまとめています。" }}> <h2>市政に政党はいらない</h2> <p style="font-size:1.1rem;color:var(--sl-color-accent-high)"> 市民が主役の市政を実現するために diff --git a/src/pages/support.astro b/src/pages/support.astro index fd71516..cdc52de 100644 --- a/src/pages/support.astro +++ b/src/pages/support.astro @@ -2,7 +2,7 @@ import StarlightPage from "@astrojs/starlight/components/StarlightPage.astro"; --- -<StarlightPage frontmatter={{ title: "ご支援のお願い" }}> +<StarlightPage frontmatter={{ title: "ご支援のお願い", description: "無所属で活動する安竹洋平へのご支援(カンパ)のお願いです。政治資金規正法に基づき管理し、議員活動に活用します。" }}> <h2>カンパのお願い</h2> <p> 政党無所属で活動を行っており、カンパ(寄付)をいただけると大変助かります。いただいた寄付金は政治資金規正法に基づき管理・収支報告を行った上で、議員活動レポート等の印刷費用などの議員活動に全額を活用いたします。 |
