Skip to content

Commit d8aecbe

Browse files
committed
updating django page headers
1 parent 0c157fb commit d8aecbe

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

django.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ <h2>Django resources</h2>
121121
<p>Steve Losh wrote an incredibly detailed <a href="http://stevelosh.com/blog/2011/06/django-advice/">Django Advice guide</a>.</p>
122122
</li>
123123
</ul>
124-
<h3>Django videos</h3>
124+
<h2>Django videos</h2>
125125
<ul>
126126
<li>
127127
<p><a href="https://godjango.com/">GoDjango</a> screencasts and tutorials are free short

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>2014-05-01T07:56:32Z</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>2014-05-01T21:45:16Z</updated></feed>

source/content/pages/02-web-frameworks/0201-web-frameworks.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ There is a spectrum between minimal functionality with easy extensibility and
7575
including everything in the framework with tight integration.
7676

7777

78-
## Web Framework Resources
78+
## General web framework resources
7979
* "[What is a web framework?](http://www.jeffknupp.com/blog/2014/03/03/what-is-a-web-framework/)"
8080
by [Jeff Knupp](https://twitter.com/jeffknupp)
8181
is a in-depth explanation of what a web framework is and their relation

source/content/pages/02-web-frameworks/0203-django.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ project on the web.
9797
* Steve Losh wrote an incredibly detailed [Django Advice guide](http://stevelosh.com/blog/2011/06/django-advice/).
9898

9999

100-
### Django videos
100+
## Django videos
101101
* [GoDjango](https://godjango.com/) screencasts and tutorials are free short
102102
videos for learning how to build Django applications.
103103

web-frameworks.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ <h2>Common web framework functionality</h2>
9191
use with non-relational databases by incorporating external Python libraries.
9292
There is a spectrum between minimal functionality with easy extensibility and
9393
including everything in the framework with tight integration.</p>
94-
<h2>Web Framework Resources</h2>
94+
<h2>General web framework resources</h2>
9595
<ul>
9696
<li>
9797
<p>"<a href="http://www.jeffknupp.com/blog/2014/03/03/what-is-a-web-framework/">What is a web framework?</a>"

0 commit comments

Comments
 (0)