mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 14:13:37 +08:00
update footer.html
This commit is contained in:
parent
73798c16ab
commit
2213e2c73d
@ -341,7 +341,6 @@ footer > h3 {
|
||||
}
|
||||
footer ul li > a {
|
||||
font-size: 0.75em;
|
||||
display: block;
|
||||
margin: 5px auto;
|
||||
}
|
||||
|
||||
@ -1242,4 +1241,4 @@ a.entry-link .icon-lego {
|
||||
a.entry-link:hover .icon-lego {
|
||||
-webkit-animation: rotateCircle 0.5s 1 ease-in-out;
|
||||
animation: rotateCircle 0.5s 1 ease-in-out;
|
||||
}
|
||||
}
|
||||
|
21
theme/templates/footer.html
Normal file
21
theme/templates/footer.html
Normal file
@ -0,0 +1,21 @@
|
||||
<footer id="footer">
|
||||
<ul>
|
||||
<li>
|
||||
<h2>GitHub</h2>
|
||||
<a href="https://github.com/ant-design/ant-design.github.io">仓库</a>
|
||||
<a href="https://github.com/react-component/generator-rc">脚手架</a>
|
||||
<a href="http://react-component.github.io/badgeboard/">模块</a>
|
||||
</li>
|
||||
<li>
|
||||
<h2>关于我们</h2>
|
||||
<a href="http://www.atatech.org/teams/79">博客 - Ant UED</a>
|
||||
</li>
|
||||
<li>
|
||||
<h2>联系我们</h2>
|
||||
<a href="https://github.com/ant-design/ant-design.github.io/issues">问题与建议 - Issues</a>
|
||||
</li>
|
||||
<li>
|
||||
<h3>©2015 蚂蚁金服体验技术部出品</h3>
|
||||
</li>
|
||||
</ul>
|
||||
</footer>
|
@ -108,25 +108,6 @@
|
||||
</section>
|
||||
</div>
|
||||
{%- endif %}
|
||||
<footer id="footer">
|
||||
<ul>
|
||||
<li>
|
||||
<h2>GitHub</h2>
|
||||
<a href="https://github.com/react-component/generator-rc">脚手架 - generator-rc</a>
|
||||
<a href="http://react-component.github.io/badgeboard/">模块 - React Components</a>
|
||||
</li>
|
||||
<li>
|
||||
<h2>关于我们</h2>
|
||||
<a href="http://www.atatech.org/teams/79">博客 - Ant UED</a>
|
||||
</li>
|
||||
<li>
|
||||
<h2>联系我们</h2>
|
||||
<a href="https://github.com/ant-design/ant-design.github.io/issues">问题与建议 - Issues</a>
|
||||
</li>
|
||||
<li>
|
||||
<h3>©2015 蚂蚁金服体验技术部出品</h3>
|
||||
</li>
|
||||
</ul>
|
||||
</footer>
|
||||
{%- include "footer.html" %}
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user