Browse Source

Fixed glitch and moved CC logo

Nathan Schneider 5 years ago
parent
commit
5679e93167
1 changed files with 1 additions and 2 deletions
  1. 1 2
      _includes/footer.html

+ 1 - 2
_includes/footer.html

@@ -10,6 +10,7 @@
           <li>{{ site.title }}</li>
           <li><a href="mailto:{{ site.email }}">{{ site.email }}</a></li>
         </ul>
+        <p><a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a></p>
       </div>
 
       <div class="footer-col footer-col-2">
@@ -36,8 +37,6 @@
 
       <div class="footer-col footer-col-3">
         <p>{{ site.description }}</p>
-
-        <p><a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><</p>
       </div>
     </div>