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 3634356 commit f3efc5fCopy full SHA for f3efc5f
_config.yml
@@ -25,6 +25,8 @@ social:
25
26
# cnzz Web流量统计
27
cnzz_key: true
28
+# 996icu网站徽章
29
+996_icu: true
30
# Yandex metrica (https://metrica.yandex.com/) leave blank to ignore or put true to use
31
#yandex_metrica:
32
#标签页面标题设置
_includes/footer.html
@@ -3,6 +3,7 @@
3
<div class="footer">
4
<p>
5
{% include cnzz.html %}
6
+ {% include icu.html %}
7
</p>
8
{% include social.html %}
9
</div>
_includes/icu.html
@@ -0,0 +1,3 @@
1
+{% if site.996_icu %}
2
+<a target="_blank" href="https://996.icu"><img src="https://img.shields.io/badge/link-996.icu-red.svg" alt="996.icu" /></a>
+{% endif %}
0 commit comments