Skip to content

Commit 7b5b1bc

Browse files
committed
Updated the footer to copyright both Blur Admin and Blur Monitor and to link to Blur Monitor's Github page.
1 parent 19543c4 commit 7b5b1bc

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/index.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,13 @@
4141
<footer class="al-footer clearfix">
4242
<div class="al-footer-right">Created with <i class="ion-heart"></i></div>
4343
<div class="al-footer-main clearfix">
44-
<div class="al-copy">Blur Admin 2016</div>
44+
<div class="al-copy">Blur Admin / Blur Monitor 2016</div>
4545
<ul class="al-share clearfix">
46-
<li><i class="socicon socicon-facebook"></i></li>
47-
<li><i class="socicon socicon-twitter"></i></li>
48-
<li><i class="socicon socicon-google"></i></li>
49-
<li><i class="socicon socicon-github"></i></li>
46+
<li>
47+
<a href="https://github.com/xcjs/blur-monitor" target="_blank">
48+
<i class="socicon socicon-github"></i>
49+
</a>
50+
</li>
5051
</ul>
5152
</div>
5253
</footer>

0 commit comments

Comments
 (0)