updated readme | remove the share button from post page
This commit is contained in:
@@ -26,17 +26,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
<div class="share">
|
||||
<div class="weibo">
|
||||
<a class="fab fa-weibo"
|
||||
href="javascript:void((function(s,d,e){try{}catch(e){}var f='http://service.weibo.com/share/share.php?',u=d.location.href,p=['url=',e(u),'&title=',e(d.title),'&appkey=2924220432'].join('');function a(){if(!window.open([f,p].join(''),'mb',['toolbar=0,status=0,resizable=1,width=620,height=450,left=',(s.width-620)/2,',top=',(s.height-450)/2].join('')))u.href=[f,p].join('');};if(/Firefox/.test(navigator.userAgent)){setTimeout(a,0)}else{a()}})(screen,document,encodeURIComponent));"></a>
|
||||
</div>
|
||||
<div class="twitter">
|
||||
<a class="fab fa-twitter"
|
||||
href="http://twitter.com/share?text={{ page.title }}&url={{ page.permalink | trim_end_matches(pat=" /") }}{% if
|
||||
page.taxonomies.tags %}&hashtags={{ page.taxonomies.tags | join(sep="," ) }}{% endif %}"></a>
|
||||
</div>
|
||||
</div>
|
||||
{% include "comments.html" %}
|
||||
{% if page.extra.mathjax %}
|
||||
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
|
||||
|
Reference in New Issue
Block a user