Skip to content

Commit 5325f65

Browse files
committed
Edit
1 parent 3a3e274 commit 5325f65

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

_layouts/default.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ <h2 class="project-tagline">A course by @dabeaz</h2>
4040

4141
<footer class="site-footer">
4242
<span class="site-footer">Copyright (C) 2007-2020, <a href="https://dabeaz.com">David Beazley</a></span>
43-
<spam class="site-footer">
44-
<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>
43+
<span class="site-footer">
44+
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.
45+
</span>
4546
{% if site.github.is_project_page %}
4647
<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>
4748
{% endif %}

0 commit comments

Comments
 (0)