Skip to content

Commit bf9001a

Browse files
committed
updating changelog and ToC
1 parent e1fa6f8 commit bf9001a

File tree

6 files changed

+13
-1
lines changed

6 files changed

+13
-1
lines changed

all.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7449,6 +7449,8 @@ <h1>Change Log</h1>
74497449
<h2>2015</h2>
74507450
<h3>November</h3>
74517451
<ul>
7452+
<li>Started a new page for <a href="/template-engines.html">template engines</a>. Needs some
7453+
more writing and resources.</li>
74527454
<li>Working on a page for the umbrella <a href="/web-development.html">web development</a>
74537455
concept, but it's early days as I'm trying to figure out how to be clear
74547456
and concise about this broad topic.</li>

change-log.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ <h1>Change Log</h1>
3939
<h2>2015</h2>
4040
<h3>November</h3>
4141
<ul>
42+
<li>Started a new page for <a href="/template-engines.html">template engines</a>. Needs some
43+
more writing and resources.</li>
4244
<li>Working on a page for the umbrella <a href="/web-development.html">web development</a>
4345
concept, but it's early days as I'm trying to figure out how to be clear
4446
and concise about this broad topic.</li>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-11-19T12:39:06Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-11-19T12:42:10Z</updated></feed>

source/content/pages/13-meta/02-change-log.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ the
1414

1515
## 2015
1616
### November
17+
* Started a new page for [template engines](/template-engines.html). Needs some
18+
more writing and resources.
1719
* Working on a page for the umbrella [web development](/web-development.html)
1820
concept, but it's early days as I'm trying to figure out how to be clear
1921
and concise about this broad topic.

source/theme/templates/table-of-contents.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ <h3>4. <a href="/web-development.html">Web Development</a></h3>
9999
<div class="toc-indent">
100100
<a href="/web-design.html">Web design</a>
101101
</div>
102+
<div class="toc-indent">
103+
<a href="/template-engines.html">Template engines</a>
104+
</div>
102105
<div class="toc-indent">
103106
<a href="/cascading-style-sheets.html">Cascading Style Sheets (CSS)</a>
104107
</div>

table-of-contents.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@ <h3>4. <a href="/web-development.html">Web Development</a></h3>
119119
<div class="toc-indent">
120120
<a href="/web-design.html">Web design</a>
121121
</div>
122+
<div class="toc-indent">
123+
<a href="/template-engines.html">Template engines</a>
124+
</div>
122125
<div class="toc-indent">
123126
<a href="/cascading-style-sheets.html">Cascading Style Sheets (CSS)</a>
124127
</div>

0 commit comments

Comments
 (0)