Browse Source

Footer adjustment

Nathan Schneider 5 years ago
parent
commit
f2b60c25d9
1 changed files with 6 additions and 6 deletions
  1. 6 6
      _includes/footer.html

+ 6 - 6
_includes/footer.html

@@ -7,13 +7,8 @@
     <div class="footer-col-wrapper">
       <div class="footer-col footer-col-1">
         <ul class="contact-list">
-          <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">
         <ul class="social-media-list">
           {% if site.gitlab_username %}
           <li>
@@ -35,8 +30,13 @@
         </ul>
       </div>
 
+      <div class="footer-col footer-col-2">
+
+      </div>
+
       <div class="footer-col footer-col-3">
-        <p>{{ site.description }}</p>
+        <p style="text-align:right;">{{ site.description }}</p>
+        <p style="text-align:right;"><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>