|
1 | 1 | import type { FC, PropsWithChildren } from "hono/jsx"; |
2 | 2 | import type { Page } from "../../types/model"; |
3 | | -import { SiteNoticeBanner } from "../ui/common/"; |
| 3 | +import { SiteNoticeBanner, Footer } from "../ui/common/"; |
4 | 4 |
|
5 | 5 | export type BaseTemplateProps = PropsWithChildren<{ |
6 | 6 | page: Page; |
@@ -440,81 +440,7 @@ export const BaseTemplate: FC<BaseTemplateProps> = ({ |
440 | 440 | )} |
441 | 441 | </div> |
442 | 442 |
|
443 | | - <footer> |
444 | | - <div> |
445 | | - <ul> |
446 | | - <li> |
447 | | - <a href="https://typst.app/">(公式)ホームページ</a> |
448 | | - </li> |
449 | | - <li> |
450 | | - <a href="https://typst.app/docs/"> |
451 | | - (公式)ドキュメント(英語) |
452 | | - </a> |
453 | | - </li> |
454 | | - <li> |
455 | | - <a href="https://typst.app/universe/"> |
456 | | - (公式)拡張パッケージ・テンプレートの宇宙 |
457 | | - </a> |
458 | | - </li> |
459 | | - <li> |
460 | | - <a href="https://typst.app/about/">(公式)Typstについて</a> |
461 | | - </li> |
462 | | - <li> |
463 | | - <a href="https://typst.app/contact/">(公式)連絡先</a> |
464 | | - </li> |
465 | | - <li> |
466 | | - <a href="https://typst.app/privacy/"> |
467 | | - (公式)プライバシーポリシー |
468 | | - </a> |
469 | | - </li> |
470 | | - <li> |
471 | | - <a href="https://typst.app/terms/">(公式)サービス規約</a> |
472 | | - </li> |
473 | | - <li> |
474 | | - <a href="https://typst.app/legal/">(公式)免責事項</a> |
475 | | - </li> |
476 | | - </ul> |
477 | | - </div> |
478 | | - <div> |
479 | | - <ul> |
480 | | - <li> |
481 | | - <a href="https://typst.app/tools/">(公式)ツール</a> |
482 | | - </li> |
483 | | - <li> |
484 | | - <a href="https://typst.app/blog/">(公式)ブログ</a> |
485 | | - </li> |
486 | | - <li> |
487 | | - <a href="https://twitter.com/typstapp/">(公式)Twitter</a> |
488 | | - </li> |
489 | | - <li> |
490 | | - <a href="https://discord.gg/2uDybryKPe">(公式)Discord</a> |
491 | | - </li> |
492 | | - <li> |
493 | | - <a rel="me" href="https://mastodon.social/@typst"> |
494 | | - (公式)Mastodon |
495 | | - </a> |
496 | | - </li> |
497 | | - <li> |
498 | | - <a href="https://www.linkedin.com/company/typst/"> |
499 | | - (公式)LinkedIn |
500 | | - </a> |
501 | | - </li> |
502 | | - <li> |
503 | | - <a href="https://instagram.com/typstapp/">(公式)Instagram</a> |
504 | | - </li> |
505 | | - <li> |
506 | | - <a href="https://github.com/typst/">(公式)GitHub</a> |
507 | | - </li> |
508 | | - </ul> |
509 | | - </div> |
510 | | - <div> |
511 | | - <p>Made in Berlin</p> |
512 | | - <p> |
513 | | - Translated by{" "} |
514 | | - <a href="https://github.com/typst-jp">Typst Japan Community</a> |
515 | | - </p> |
516 | | - </div> |
517 | | - </footer> |
| 443 | + <Footer /> |
518 | 444 |
|
519 | 445 | <script src="/scripts/fuse.basic.min.js"></script> |
520 | 446 | <script src="/scripts/docs.js?bust=20230913"></script> |
|
0 commit comments