-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathfooter.html
executable file
·123 lines (91 loc) · 4.7 KB
/
footer.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<section class="footer">
<footer>
<div class = "footer_div">
<nav class="cover-navigation navigation--social">
<ul class="navigation">
{% if site.social.weibo %}
<!-- Weibo -->
<li class="navigation__item_social">
<a href="http://weibo.com/{{site.social.weibo}}" title="@{{site.social.weibo}} 的微博" target="_blank">
<i class='social fa fa-weibo fa-2x'></i>
<span class="label">Weibo</span>
</a>
</li>
{% endif %}
{% if site.social.github %}
<!-- Github -->
<li class="navigation__item_social">
<a href="https://github.com/{{site.social.github}}" title="@{{site.social.github}} 的 Github" target="_blank">
<i class='social fa fa-github fa-2x'></i>
<span class="label">Github</span>
</a>
</li>
{% endif %}
{% if site.social.twitter %}
<!-- Twitter -->
<li class="navigation__item_social">
<a href="http://twitter.com/{{site.social.twitter}}" title="@{{site.social.twitter}}" target="_blank">
<i class='social fa fa-twitter fa-2x'></i>
<span class="label">Twitter</span>
</a>
</li>
{% endif %}
{% if site.social.gplus %}
<!-- Google Plus -->
<li class="navigation__item_social">
<a href="https://plus.google.com/{{site.social.gplus}}" rel="author" title="Google+" target="_blank">
<i class='social fa fa-google-plus-square fa-2x'></i>
<span class="label">Google Plus</span>
</a>
</li>
{% endif %}
<!-- RSS -->
<li class="navigation__item_social">
<a href="/feed.xml" rel="author" title="RSS" target="_blank">
<i class='social fa fa-rss fa-2x'></i>
<span class="label">RSS</span>
</a>
</li>
{% if site.social.mail %}
<!-- Email -->
<li class="navigation__item_social">
<a href="mailto:{{site.social.mail}}" title="Contact me">
<i class='social fa fa-envelope fa-2x'></i>
<span class="label">Email</span>
</a>
</li>
{% endif %}
<!-- linkedin medium start
<div class="LI-profile-badge" data-version="v1" data-size="medium" data-locale="zh_CN" data-type="vertical" data-theme="light" data-vanity="iosre"><a class="LI-simple-link" href='https://cn.linkedin.com/in/iosre?trk=profile-badge'>张坤楠</a></div>
linkedin medium end -->
</ul>
</nav>
</div>
<div class = "footer_div" itemscope itemtype="https://schema.org/BlogPosting" >
<p class="copyright text-muted" itemprop="author">
Copyright © {{ site.title }} {{ site.time | date: '%Y' }} Theme by <a href="{{site.url}}">kn</a> |
<iframe itemprop="image"
style="margin-left: 2px; margin-bottom:-5px;"
frameborder="0" scrolling="0" width="170px" height="20px"
src="https://ghbtns.com/github-btn.html?user={{site.user}}&repo={{site.user}}.github.io&type=star&count=true" >
</iframe>
<iframe
style="margin-left: 2px; margin-bottom:-5px;"
src="https://ghbtns.com/github-btn.html?user={{site.user}}&repo={{site.user}}.github.io&type=watch&count=true&v=2" frameborder="0" scrolling="0" width="170px" height="20px"></iframe>
<iframe
style="margin-left: 2px; margin-bottom:-5px;"
src="https://ghbtns.com/github-btn.html?user={{site.user}}&type=follow&count=true" frameborder="0" scrolling="0" width="170px" height="20px"></iframe>
<wb:follow-button uid="2939794294" type="red_2" width="136" height="24" scrolling="0" style="margin-left: 2px; margin-bottom:-5px;" frameborder="0" ></wb:follow-button>
<iframe width="100%" height="500" frameborder="0" scrolling="no" src="https://widget.weibo.com/livestream/listlive.php?language=zh_cn&width=0&height=500&uid=5934185471&skin=1&refer=1&appkey=3233061066&pic=0&titlebar=1&border=1&publish=1&atalk=1&recomm=0&at=0&atopic=iOS%E9%80%86%E5%90%91&ptopic=iOS%E9%80%86%E5%90%91&dpc=1"></iframe>
</p>
<div align="right">
<link rel="stylesheet" href="//cdn.bootcss.com/font-awesome/4.3.0/css/font-awesome.min.css">
<!-- 访问统计 -->
<span id="busuanzi_container_site_pv">
本站总访问量
<span id="busuanzi_value_site_pv"></span>次
</span>
</div>
<div>
</footer>
</section>