We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e82096b commit 51c0270Copy full SHA for 51c0270
src/components/Footer.astro
@@ -29,6 +29,7 @@ const currentYear = new Date().getFullYear();
29
<a href="https://ipw.cn/ssl/?site=blog.fis.ink" title="本站支持SSL安全访问" target="_blank">
30
<img style="display:inline-block;vertical-align:middle" alt="本站支持SSL安全访问" src="https://static.ipw.cn/icon/ssl-s1.svg" />
31
</a>
32
+ <a href="https://foreverblog.cn/go.html" target="_blank" > <img src="https://img.foreverblog.cn/logo_en_default.png" alt="" style="width:auto;height:16px;"> </a>
33
</div>
34
35
<div id="runtime_span" class="text-xs text-neutral-600 dark:text-neutral-400"></div>
0 commit comments