This commit is contained in:
David Beazley
2020-05-27 19:17:12 -05:00
parent ded26832b2
commit 3a3e2740da

View File

@@ -39,7 +39,9 @@
{{ content }} {{ content }}
<footer class="site-footer"> <footer class="site-footer">
<span class="site-footer">Copyright (c) 2007-2020, David Beazley, All Rights Reserved</span> <span class="site-footer">Copyright (C) 2007-2020, <a href="https://dabeaz.com">David Beazley</a></span>
<spam class="site-footer">
<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><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.</span>
{% if site.github.is_project_page %} {% if site.github.is_project_page %}
<span class="site-footer-owner"><a href="{{ site.github.repository_url }}">{{ site.github.repository_name }}</a> is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a>.</span> <span class="site-footer-owner"><a href="{{ site.github.repository_url }}">{{ site.github.repository_name }}</a> is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a>.</span>
{% endif %} {% endif %}