Skip to content

Commit 997f282

Browse files
committed
fix position
1 parent 5325f65 commit 997f282

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_layouts/default.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,10 @@ <h2 class="project-tagline">A course by @dabeaz</h2>
3939
{{ content }}
4040

4141
<footer class="site-footer">
42-
<span class="site-footer">Copyright (C) 2007-2020, <a href="https://dabeaz.com">David Beazley</a></span>
4342
<span class="site-footer">
4443
<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>.
44+
<br/>
45+
Copyright (C) 2007-2020, <a href="https://dabeaz.com">David Beazley</a>
4546
</span>
4647
{% if site.github.is_project_page %}
4748
<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>

0 commit comments

Comments
 (0)