Display footnote when specified

This commit is contained in:
Jiajie Chen 2020-08-04 14:48:13 +08:00
parent 8c14bc72a9
commit 9412322d18

View File

@ -8,6 +8,9 @@
<p class="thuhidden">清华大学 TUNA 协会,全名清华大学学生网络与开源软件协会,是由清华大学热爱网络技术和开源软件的极客组成的学生技术社团。</p>
<p>本站相关源码可在 <a href="https://github.com/tuna/tunasync"><em>这里(镜像管理器)</em></a><a href="https://github.com/tuna/mirror-web"><em>这里(镜像站网页)</em></a> 获取。</p>
<p class="thuhidden">根据相关法律法规,本站不对欧盟用户提供服务。</p>
{% if site.footnote %}
<p class="thuhidden">{{ site.footnote }}</p>
{% endif %}
</div>
<div class="col-lg-4 col-md-4{% if page.legacy %} col-xs-4{% endif %}">
<h4>Contact Us</h4>
@ -39,8 +42,8 @@
<script>
WebFont.load({
custom: {
families: ['Lato']
}
custom: {
families: ['Lato']
}
});
</script>