Skip to content

Commit c2d785a

Browse files
committed
n
1 parent 3642a6a commit c2d785a

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

_includes/copyright.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
<!--div class="container"-->>
1+
<p><small>Designed by <a href="https://github.com/EZLippi">Lippi</a> | Free hosted at <a href="https://github.com/EZLippi/EZLippi.github.io">Github</a> | Copyright 2014 - {{site.time | date:"%Y"}}
2+
</p>
3+
4+
<!--
5+
<div class="container">
26
<div class="row">
37
<div class="col-md-12">
48
<a href="mailto:{{ site.email }}"><span class="glyphicon glyphicon-envelope"></span> {{ site.email }}</a>
@@ -12,7 +16,6 @@
1216
</svg>
1317
</span>
1418
Github
15-
<!-- <span>{{ site.github_username }}</span> -->
1619
</a>
1720
1821
{% endif %}
@@ -27,3 +30,5 @@
2730
2831
</div>
2932
</div>
33+
</div>
34+
-->

_layouts/default.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -104,13 +104,7 @@
104104
<hr>
105105
<!-- Footer -->
106106
<footer>
107-
<div class="row">
108-
<div class="col-lg-12">
109107
{% include copyright.html %}
110-
</div>
111-
<!-- /.col-lg-12 -->
112-
</div>
113-
<!-- /.row -->
114108
{% include analytics.html %}
115109

116110
</footer>

0 commit comments

Comments
 (0)