Skip to content

Commit d5ed501

Browse files
committed
update subnav with changelog link
1 parent fd21975 commit d5ed501

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

content/pages/12-meta/01-change-log.markdown

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,16 @@ meta: The change log page explains what is new on Full Stack Python.
88

99

1010
# Change Log
11-
This is a running list of the major changes to Full Stack Python since its
12-
inception in December 2012. You can view detailed changes via the
13-
[source repository's commit log](https://github.com/mattmakai/fullstackpython.com/commits/) on GitHub.
11+
Here are the major changes to Full Stack Python in reverse chronological
12+
order since its inception in December 2012. You can view commit-level
13+
changes via the
14+
[source repository's commit log](https://github.com/mattmakai/fullstackpython.com/commits/)
15+
on GitHub.
1416

1517

1618
## 2017
1719
### August
20+
* Updated subnav with a link to [changelog](/change-log.html).
1821
* Added [d3.js](/d3-js.html) starter page.
1922
* Added [responsive design](/responsive-design.html) starter page.
2023
* Updated the [Redis](/redis.html) page with loads of new resources.

theme/templates/subnav.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<div class="sans-font">
22
<a href="/table-of-contents.html">All topics</a>
3-
<span style="margin:0 12px 0 12px">|</span>
3+
<span style="margin:0 7px 0 7px">|</span>
44
<a href="/blog.html">Blog</a>
5-
<span style="margin:0 12px 0 12px">|</span>
5+
<span style="margin:0 7px 0 7px">|</span>
66
<a href="/email.html">Newsletter</a>
7-
<span style="margin:0 12px 0 12px">|</span>
7+
<span style="margin:0 7px 0 7px">|</span>
88
<a href="https://twitter.com/fullstackpython">@fullstackpython</a>
9-
<span style="margin:0 12px 0 12px">|</span>
9+
<span style="margin:0 7px 0 7px">|</span>
1010
<a href="https://www.facebook.com/fullstackpython">Facebook</a>
11-
<span style="margin:0 12px 0 12px">|</span>
12-
<a href="https://github.com/mattmakai/fullstackpython.com">Source</a>
11+
<span style="margin:0 7px 0 7px">|</span>
12+
<a href="/change-log.html">What's new?</a>
1313
</div>

0 commit comments

Comments
 (0)