|
@@ -1,16 +1,9 @@
|
|
|
-<footer class="center">
|
|
|
- <div class="measure">
|
|
|
- <small>
|
|
|
- Theme crafted with <3 by <a href="http://johnotander.com">John Otander</a> (<a href="https://twitter.com/4lpine">@4lpine</a>).<br>
|
|
|
- </> available on <a href="https://github.com/johnotander/pixyll">Github</a>.
|
|
|
- </small>
|
|
|
- </div>
|
|
|
-
|
|
|
-
|
|
|
-</footer>
|
|
|
-{% if site.enable_anchorjs %}<!-- AnchorJS -->
|
|
|
-<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.0.0/anchor.min.js"></script>
|
|
|
-<script>
|
|
|
- anchors.options.visible = 'always';
|
|
|
- anchors.add('article h1, article h2, article h3, article h4, article h5, article h6');
|
|
|
-</script>{% endif %}
|
|
|
+ <footer>
|
|
|
+ <div class="container-fluid">
|
|
|
+ <div class="row-fluid">
|
|
|
+ <p align="center">Copyright © 1999-2020 <a class="external" href="https://shimingxy.github.io/MaxKey/">https://github.com/shimingxy/MaxKey/ </a>. All Rights Reserved.<br>
|
|
|
+ Licensed under the Apache License, Version 2.0
|
|
|
+ </p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </footer>
|