Creative Commons Attribution license
authorM. Taylor Saotome-Westlake <ultimatelyuntruethought@gmail.com>
Sun, 5 Nov 2017 00:19:04 +0000 (17:19 -0700)
committerM. Taylor Saotome-Westlake <ultimatelyuntruethought@gmail.com>
Sun, 5 Nov 2017 00:19:04 +0000 (17:19 -0700)
theme/static/css/main.css
theme/templates/base.html

index be09e61..1fae233 100644 (file)
@@ -53,7 +53,7 @@ header {
 
 footer {
   border-top: 1px dotted #D6D6D6;
-  line-height: 30px;
+  line-height: 15px;
   padding: 0 1em;
   font-size: 0.8em;
 }
index ecf6bc8..20f16e3 100644 (file)
          </div>
 
       <footer>
-               <p role="contentinfo">
-                 ©2016–2017 {{ AUTHOR }} • Proudly powered by <a href="http://docs.getpelican.com/en/3.6.3/">Pelican</a>. Theme modified from <a href="https://github.com/fle/pelican-simplegrey">pelican-simplegrey</a>.
+       <p>
+         ©2016–2017 {{ AUTHOR }} • <a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/80x15.png" /></a> This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
+        </p>
+        <p>
+          Proudly powered by <a href="http://docs.getpelican.com/en/3.6.3/">Pelican</a>. Theme modified from <a href="https://github.com/fle/pelican-simplegrey">pelican-simplegrey</a>.
        </p>
 
-         </footer>
+      </footer>
 
        </div>