Skip to content

Commit

Permalink
Add ubucon.org on footer
Browse files Browse the repository at this point in the history
  • Loading branch information
sukso96100 committed Nov 28, 2024
1 parent ae18605 commit 47d296e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"footer_contact": "Contact us with Email",
"footer_source": "See source code",
"footer_other_years": "UbuCon Asia in other years",
"footer_ubucons": "UbuCon(s) in other regions",
"footer_top": "Go to the top of the page"

}
1 change: 1 addition & 0 deletions messages/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"footer_contact": "Contact us with Email",
"footer_source": "See source code",
"footer_other_years": "UbuCon Asia in other years",
"footer_ubucons": "UbuCon(s) in other regions",
"footer_top": "Go to the top of the page"

}
5 changes: 5 additions & 0 deletions src/layouts/Shell.astro
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ const { title } = Astro.props;
><small>{m.footer_other_years()}</small></a
>
</li>
<li class="p-inline-list__item">
<a href="https://ubucon.org"
><small>{m.footer_ubucons()}</small></a
>
</li>
</ul>
<span class="u-off-screen"
><a href="#">{m.footer_top()}</a></span
Expand Down

0 comments on commit 47d296e

Please sign in to comment.