Skip to content

Commit

Permalink
Merge pull request #5 from Skywt2003/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Skywt2003 authored Feb 27, 2024
2 parents 404476b + c08a0e6 commit 2f65052
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
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

0 comments on commit 2f65052

Please sign in to comment.