diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-11-02 22:03:42 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-11-02 22:03:42 +0900 |
| commit | fc651662cb9dd86dcb3010ba6cf35399b7c25587 (patch) | |
| tree | 2bc54e43cf8ada8a0250ce997e7cc86a58fd913a /services/nuldoc/nuldoc-src/components/GlobalFooter.tsx | |
| parent | 4536c5ebaea16c291e8e1cd932b934302d7620ac (diff) | |
| download | nsfisis.dev-fc651662cb9dd86dcb3010ba6cf35399b7c25587.tar.gz nsfisis.dev-fc651662cb9dd86dcb3010ba6cf35399b7c25587.tar.zst nsfisis.dev-fc651662cb9dd86dcb3010ba6cf35399b7c25587.zip | |
feat(nuldoc): Update generator for multi-site structure
Diffstat (limited to 'services/nuldoc/nuldoc-src/components/GlobalFooter.tsx')
| -rw-r--r-- | services/nuldoc/nuldoc-src/components/GlobalFooter.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/nuldoc/nuldoc-src/components/GlobalFooter.tsx b/services/nuldoc/nuldoc-src/components/GlobalFooter.tsx index 757bece..6a8d8f6 100644 --- a/services/nuldoc/nuldoc-src/components/GlobalFooter.tsx +++ b/services/nuldoc/nuldoc-src/components/GlobalFooter.tsx @@ -3,7 +3,7 @@ import { Config } from "../config.ts"; export default function GlobalFooter({ config }: { config: Config }) { return ( <footer className="footer"> - {`© ${config.blog.siteCopyrightYear} ${config.blog.author}`} + {`© ${config.site.copyrightYear} ${config.blog.author}`} </footer> ); } |
