Menu, styling
This commit is contained in:
@ -27,12 +27,6 @@ layout: default
|
||||
{{page.content | markdownify}}
|
||||
<hr class="fin" />
|
||||
<div class="page-footer">
|
||||
<div class="page-tag">
|
||||
<span>Tags:</span>
|
||||
{% for tag in page.tags %}
|
||||
<a href="{{site.baseurl}}/tags#{{tag}}" class="tag">| {{ tag }}</a>
|
||||
{% endfor %}
|
||||
</div><!-- End Tags -->
|
||||
<div class="page-share">
|
||||
<span>Share:</span>
|
||||
<a href="https://twitter.com/intent/tweet?text={{ page.title }}&url={{ site.url }}{{ page.url }}" title="Share on Twitter" rel="nofollow" target="_blank"><i class="fa fa-twitter" aria-hidden="true"></i></a>
|
||||
@ -40,12 +34,6 @@ layout: default
|
||||
<a href="https://plus.google.com/share?url={{ site.url }}{{ page.url }}" title="Share on Google+" rel="nofollow" target="_blank"><i class="fa fa-google" aria-hidden="true"></i></a>
|
||||
</div><!-- End Share -->
|
||||
</div>
|
||||
{% comment %}
|
||||
{% include author-box.html %}
|
||||
{% include recent-post.html %}
|
||||
{% include newsletter.html %}
|
||||
{% endcomment %}
|
||||
{% include disqus.html %}
|
||||
</div>
|
||||
</div> <!-- End Wrapper -->
|
||||
</article>
|
||||
|
||||
Reference in New Issue
Block a user