Skip to content

Commit 81d3b92

Browse files
committed
Add gov.moe
1 parent e179de9 commit 81d3b92

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

src/layouts/BaseLayout.astro

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,13 @@ const { description, keywords ,selected} = Astro.props;
2828
<!-- <hr style="width:600px;color:#808080; margin-top: 1rem;" /> -->
2929
<footer>
3030
<!-- <Image src={notByAi} alt="not-by-ai" /> -->
31-
<p>&copy; 2025</p>
31+
<p>&copy; 2024-2025</p>
3232
<p>LingLambda</p>
3333
<p>
34-
本站使用 <a href="https://astro.build" id="astro-link">Astro</a> 编写
34+
<a href="https://icp.gov.moe/?keyword=20251154" target="_blank" class="footer-link">萌ICP备20251154号</a>
35+
</p>
36+
<p>
37+
本站使用 <a href="https://astro.build" class="footer-link">Astro</a> 编写
3538
</p>
3639
</footer>
3740
</div>
@@ -82,12 +85,12 @@ const { description, keywords ,selected} = Astro.props;
8285
align-items: center;
8386
}
8487

85-
#astro-link {
88+
.footer-link {
8689
text-decoration: none;
8790
color: 808080;
8891
}
8992

90-
#astro-link:hover {
93+
.footer-link:hover {
9194
border-bottom: 1px solid black;
9295
color: black;
9396
}

0 commit comments

Comments
 (0)