Skip to content

Commit 6c740af

Browse files
committed
Removes redundant G+ link.
1 parent 83b1575 commit 6c740af

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

_includes/footer.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!-- Begin Footer -->
22
<footer id="footer" class="footer">
3-
<div class="row">
4-
<div class="pull-left col-md-6 col-xs-6">
5-
<div class="g-plusone" data-size="medium" data-annotation="inline" data-width="300" data-href="{{ site.url }}"></div>
6-
</div>
7-
<div class="logo logo-footer logo-gray pull-right"></div>
8-
</div>
3+
<!-- <div class="row"> -->
4+
<!-- <div class="pull-left col-md-6 col-xs-6"> -->
5+
<!-- <div class="g-plusone" data-size="medium" data-annotation="inline" data-width="300" data-href="{{ site.url }}"></div> -->
6+
<!-- </div> -->
7+
<!-- <div class="logo logo-footer logo-gray pull-right"></div> -->
8+
<!-- </div> -->
99
<div class="row">
1010
{% for block in site.footerBlocks %}
1111
{% assign colWidth = 12 | divided_by: forloop.length %}

0 commit comments

Comments
 (0)