Skip to content

Commit dad9ef9

Browse files
committed
fixing missing h1 on morepath page
1 parent d7a5753 commit dad9ef9

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

all.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2025,7 +2025,7 @@ <h2>Pyramid resources</h2>
20252025
modern frameworks.</p>
20262026
</li>
20272027
</ul>
2028-
<h2>Morepath</h2>
2028+
<h1>Morepath</h1>
20292029
<p><a href="http://morepath.readthedocs.org/en/latest/">Morepath</a> is a micro web
20302030
framework with a model-driven approach to creating web applications and web
20312031
APIs.</p>

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-07-20T09:34:47Z</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-07-20T09:44:48Z</updated></feed>

morepath.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</div>
3535
</div><div class="row">
3636
<div class="col-md-8">
37-
<h2>Morepath</h2>
37+
<h1>Morepath</h1>
3838
<p><a href="http://morepath.readthedocs.org/en/latest/">Morepath</a> is a micro web
3939
framework with a model-driven approach to creating web applications and web
4040
APIs.</p>

source/content/pages/04-web-development/06-morepath.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sort-order: 0406
55
meta: Morepath is a Python web framework with a model-driven design approach. Learn more about Morepath on Full Stack Python.
66

77

8-
## Morepath
8+
# Morepath
99
[Morepath](http://morepath.readthedocs.org/en/latest/) is a micro web
1010
framework with a model-driven approach to creating web applications and web
1111
APIs.

0 commit comments

Comments
 (0)