Browse Source

Added ORCID and fixed a typo

Andrea Franceschini 9 years ago
parent
commit
7028d938a3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/_footer.php

+ 2 - 2
pages/_footer.php

@@ -9,13 +9,13 @@
 				<p><a href="//twitter.com/Morpheu5">Twitter</a></p>
 			</div>
 			<div class="second column">
-				<p>&nbsp;</p>
 				<p><a href="//github.com/Morpheu5">github</a></p>
 				<p><a href="//plus.google.com/+AndreaFranceschini">Google+</a></p>
+				<p><a href="//orcid.org/0000-0001-8665-6147">ORCID</a></p>
 			</div>
 			<div class="last column">
 				<p><a href="<?=$baseurl?>colophon">About this site</a></p>
-				<p>Unless otherwise specified, the content of this site is licenced as <a href="//creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a>.
+				<p>Unless otherwise specified, the content of this site is licensed as <a href="//creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a>.</p>
 			</div>
 		</div>
 	</footer>