Skip to content

Commit db48a9c

Browse files
committed
Layout change
1 parent a53642b commit db48a9c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Welcome!
22

3-
When I first learned Python nearly 25 years ago, I was immediately
3+
When I first learned Python nearly 27 years ago, I was immediately
44
struck by how I could productively apply it to all sorts of messy work
55
projects. Fast-forward a decade and I found myself teaching others the
66
same fun. The result of that teaching is this course--A no-nonsense

_layouts/default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<header class="page-header" role="banner">
2626
<h1 class="project-name">Practical Python Programming</h1>
27-
<h2 class="project-tagline">A course by @dabeaz</h2>
27+
<h2 class="project-tagline">A course by David Beazley (@dabeaz)</h2>
2828
<!--{% if site.github.is_project_page %}
2929
<a href="{{ site.github.repository_url }}" class="btn">View on GitHub</a>
3030
{% endif %}
@@ -41,7 +41,7 @@ <h2 class="project-tagline">A course by @dabeaz</h2>
4141
<footer class="site-footer">
4242
<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>.
4343
<br/>
44-
Copyright (C) 2007-2020, <a href="https://dabeaz.com">David Beazley</a>
44+
Copyright (C) 2007-2023, <a href="https://dabeaz.com">David Beazley</a>. Come take a <a href="https://dabeaz.com/courses.html">course</a>.
4545
{% if site.github.is_project_page %}
4646
<span class="site-footer-owner">Fork me on <a href="{{ site.github.repository_url }}">GitHub</a></span>
4747
{% endif %}

0 commit comments

Comments
 (0)