1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-09-24 01:58:50 +02:00

remove twitter button

This commit is contained in:
Matthias Kretschmann 2015-11-19 16:28:54 +01:00
parent 99e794e648
commit 6fed71618a
5 changed files with 0 additions and 60 deletions

View File

@ -118,47 +118,6 @@ a.btn-primary
display: block display: block
//
// Tweet button
//
.btn.twitter-share
display: inline-block
padding: 1px 3px 0 3px
height: 21px
border: 1px solid #ccc
border-radius: 3px
font: bold 11px/17px Helvetica, Arial, sans-serif
text-align: left
color: #333
text-transform: none
text-decoration: none
text-shadow: 0 1px 0 rgba(255, 255, 255, .5)
background-color: #f8f8f8
background-image: linear-gradient(to bottom, #fff, #dedede)
vertical-align: top
box-shadow: none
&:hover,
&:focus,
&:active
border-color: #bbb
background-color: #d9d9d9
background-image: linear-gradient(to bottom, #f8f8f8, #d9d9d9)
&:active
top: 0
background-color: #efefef
box-shadow: inset 0 3px 5px rgba(0,0,0, .1)
// icon
.icon
width: 15px
height: 15px
margin: 1px 3px 0 0
fill: #0089cb
float: left
// Close button // Close button
///////////////////////////////////// /////////////////////////////////////

View File

@ -1,13 +0,0 @@
<aside class="comments">
<p class="btn-wrap">
<a class="btn twitter-share" target="_blank" href="https://twitter.com/intent/tweet?url={{ site.url | cgi_escape }}{{ page.url | cgi_escape }}&text={{ page.title | cgi_escape }}&via=kremalicious&related=kremaliciouscom">
<svg class="icon icon-entypo icon-entypo-twitter">
<use xlink:href="/assets/img/sprite.svg#entypo-twitter"></use>
</svg>
Tweet
</a>
</p>
</aside>

View File

@ -35,8 +35,6 @@ layout: base
{% include entry_meta.html %} {% include entry_meta.html %}
{% include comments.html %}
</article> </article>
</section> </section>

View File

@ -20,8 +20,6 @@ layout: base
{% include entry_meta.html %} {% include entry_meta.html %}
{% include comments.html %}
{% include relatedphotos.html %} {% include relatedphotos.html %}
</article> </article>

View File

@ -21,8 +21,6 @@ layout: base
{% include entry_meta.html %} {% include entry_meta.html %}
{% include comments.html %}
{% include relatedposts.html %} {% include relatedposts.html %}
</article> </article>