diff --git a/_includes/ustc/footer.html b/_includes/ustc/footer.html index bb83828..b47214c 100644 --- a/_includes/ustc/footer.html +++ b/_includes/ustc/footer.html @@ -6,6 +6,24 @@

本站相关源码可在 这里(镜像管理器)这里(镜像站网页) 获取。

根据相关法律法规,本站不对欧盟用户提供服务。

+ {% if site.sponsor %} +
+ {% for sponsor in site.sponsor %} + {{ site.sponsors[sponsor].short }} + {% endfor %} +
+ {% assign first_sponsor = site.sponsors[site.sponsor.first] %} +

本存储服务器由{{ first_sponsor.name }}({{ first_sponsor.eng }})赞助{% if site.poweredby %},并由{{ site.poweredbys[site.poweredby] }}强力驱动{% endif %}。TUNA 感谢{{ site.sponsors[sponsor].short }}对开源软件和社区的贡献。

+ {% endif %}