mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
Display footnote when specified
This commit is contained in:
parent
8c14bc72a9
commit
9412322d18
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue