Skip to content

Commit 83d6903

Browse files
committed
Add GitHub link to footer
1 parent 85e2417 commit 83d6903

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

resources/views/includes/footer.twig

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.
88
<div class="container">
99
<div class="row">
1010
<div class="col-md-12">
11-
<p class="text-muted">Copyright &copy; <a href="https://bytewave.antigravities.net" target="_blank">Bytewave</a>, 2017.</p>
11+
<span class="text-muted pull-left">
12+
Copyright &copy; <a href="https://bytewave.antigravities.net" target="_blank">Bytewave</a>, 2017.
13+
</span>
14+
<span class="text-muted pull-right">
15+
<a href="https://github.com/BytewaveMLP/SubCompare" target="_blank"><span class="fa fa-github"></span> GitHub</a>
16+
</span>
1217
</div>
1318
</div>
1419
</div>

0 commit comments

Comments
 (0)