Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #5

Merged
merged 2 commits into from
Feb 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions src/components/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ const { path } = Astro.props;

<footer class="mt-16 py-8 bg-gray-100 dark:bg-neutral-900">
<div class="wide-container secondary-color text-sm">
<div class="m-4 flex justify-between flex-wrap">
<div>
<div class="m-2 flex justify-between flex-wrap">
<div class="m-2">
<a class="link" href="/"> SkyWT</a>
{path.map((pathItem) => <span> / {pathItem}</span>)}
</div>
<div>
<div class="m-2">
<Menu showIcon={false} />
</div>
</div>
<hr />
<div class="m-4 flex justify-between flex-wrap">
<p>
<div class="m-2 flex justify-between flex-wrap">
<p class="m-2">
&#169; 2017-2024 <a href="https://skywt.cn/" class="link">SkyWT</a> /
<a
href="https://www.beian.gov.cn/portal/registerSystemInfo?recordcode=33080202000472"
Expand All @@ -36,7 +36,7 @@ const { path } = Astro.props;
浙ICP备2021019606号-1
</a>
</p>
<div>
<div class="m-2">
<CC by={true} nc={true} />
<NotByAI />
<a
Expand Down
2 changes: 1 addition & 1 deletion src/components/friends/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ friends:
desc:
slogan: By the power of language.
url: https://angine.tech/
avatar: placeholder
avatar: https://avatars.githubusercontent.com/u/77579735
- name: 山川行貉
desc:
slogan: 快让我在雪地上撒点儿野。
Expand Down
Loading