We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85e2417 commit 83d6903Copy full SHA for 83d6903
resources/views/includes/footer.twig
@@ -8,7 +8,12 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.
8
<div class="container">
9
<div class="row">
10
<div class="col-md-12">
11
- <p class="text-muted">Copyright © <a href="https://bytewave.antigravities.net" target="_blank">Bytewave</a>, 2017.</p>
+ <span class="text-muted pull-left">
12
+ Copyright © <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
17
</div>
18
19
0 commit comments