Skip to content

Commit f743550

Browse files
committed
trying to fix some of these meta description issues
1 parent 5f7cbbe commit f743550

File tree

10 files changed

+21
-21
lines changed

10 files changed

+21
-21
lines changed

all.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1292,17 +1292,17 @@ <h2>How does Python fit into web development?</h2>
12921292
<h3>Web development resources</h3>
12931293
<ul>
12941294
<li>
1295+
<p>The <a href="http://www.evolutionoftheweb.com/">Evolution of the Web</a> visualizes
1296+
how web browsers and related technologies have changed over time as well as
1297+
the overall growth of the Internet in the amount of data transferred.</p>
1298+
</li>
1299+
<li>
12951300
<p><a href="https://medium.com/@zengabor/three-takeaways-for-web-developers-after-two-weeks-of-painfully-slow-internet-9e7f6d47726e">Three takeaways for web developers after two weeks of painfully slow Internet</a>
12961301
is a must-read for every web developer. Not everyone has fast Internet
12971302
service, whether because they are in a remote part of the world or they're
12981303
just in a subway tunnel. Optimizing sites so they work in those situations
12991304
is important for keeping your users happy.</p>
13001305
</li>
1301-
<li>
1302-
<p>The <a href="http://www.evolutionoftheweb.com/">Evolution of the Web</a> visualizes
1303-
how web browsers and related technologies have changed over time as well as
1304-
the overall growth of the Internet in the amount of data transferred.</p>
1305-
</li>
13061306
</ul>
13071307
<h1>Web frameworks</h1>
13081308
<p>A web framework is a code library that makes a developer's life easier when

django.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta http-equiv="X-UA-Compatible" content="IE=edge">
77
<meta name="viewport" content="width=device-width, initial-scale=1.0">
88
<meta name="author" content="Matt Makai">
9-
<meta name="description" content="Django is a common 'batteries-included' Python web framework. Learn more about Django on Full Stack Python.">
9+
<meta name="description" content="Django is a common batteries-included Python web framework. Learn more on Full Stack Python.">
1010
<link rel="shortcut icon" href="//static.fullstackpython.com/fsp-fav.png">
1111
<title>Django - Full Stack Python</title>
1212
<!--[if lt IE 9]>

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-15T12:55:43Z</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-15T13:22:31Z</updated></feed>

flask.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta http-equiv="X-UA-Compatible" content="IE=edge">
77
<meta name="viewport" content="width=device-width, initial-scale=1.0">
88
<meta name="author" content="Matt Makai">
9-
<meta name="description" content="Flask is a Python web framework built with a small core and many extensions. Learn more about Flask on Full Stack Python.">
9+
<meta name="description" content="Flask is an extendible Python web microframework. Learn more about Flask on Full Stack Python.">
1010
<link rel="shortcut icon" href="//static.fullstackpython.com/fsp-fav.png">
1111
<title>Flask - Full Stack Python</title>
1212
<!--[if lt IE 9]>

source/content/pages/01-introduction/03-why-use-python.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ title: Why Use Python?
22
category: page
33
slug: why-use-python
44
sort-order: 0103
5-
meta: Learn why you should use Python, the powerful and accessible programming language on Full Stack Python.
5+
meta: Learn why you should use Python, the powerful and accessible programming language, on Full Stack Python.
66

77

88
# Why Use Python?

source/content/pages/04-web-development/01-web-development.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ client and executed there.
3636

3737

3838
### Web development resources
39+
* The [Evolution of the Web](http://www.evolutionoftheweb.com/) visualizes
40+
how web browsers and related technologies have changed over time as well as
41+
the overall growth of the Internet in the amount of data transferred.
42+
3943
* [Three takeaways for web developers after two weeks of painfully slow Internet](https://medium.com/@zengabor/three-takeaways-for-web-developers-after-two-weeks-of-painfully-slow-internet-9e7f6d47726e)
4044
is a must-read for every web developer. Not everyone has fast Internet
4145
service, whether because they are in a remote part of the world or they're
4246
just in a subway tunnel. Optimizing sites so they work in those situations
4347
is important for keeping your users happy.
44-
45-
* The [Evolution of the Web](http://www.evolutionoftheweb.com/) visualizes
46-
how web browsers and related technologies have changed over time as well as
47-
the overall growth of the Internet in the amount of data transferred.

source/content/pages/04-web-development/03-django.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ title: Django
22
category: page
33
slug: django
44
sort-order: 0403
5-
meta: Django is a common 'batteries-included' Python web framework. Learn more about Django on Full Stack Python.
5+
meta: Django is a common batteries-included Python web framework. Learn more on Full Stack Python.
66

77

88
# Django

source/content/pages/04-web-development/04-flask.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ title: Flask
22
category: page
33
slug: flask
44
sort-order: 0404
5-
meta: Flask is a Python web framework built with a small core and many extensions. Learn more about Flask on Full Stack Python.
5+
meta: Flask is an extendible Python web microframework. Learn more about Flask on Full Stack Python.
66

77

88
# Flask

web-development.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,17 +58,17 @@ <h2>How does Python fit into web development?</h2>
5858
<h3>Web development resources</h3>
5959
<ul>
6060
<li>
61+
<p>The <a href="http://www.evolutionoftheweb.com/">Evolution of the Web</a> visualizes
62+
how web browsers and related technologies have changed over time as well as
63+
the overall growth of the Internet in the amount of data transferred.</p>
64+
</li>
65+
<li>
6166
<p><a href="https://medium.com/@zengabor/three-takeaways-for-web-developers-after-two-weeks-of-painfully-slow-internet-9e7f6d47726e">Three takeaways for web developers after two weeks of painfully slow Internet</a>
6267
is a must-read for every web developer. Not everyone has fast Internet
6368
service, whether because they are in a remote part of the world or they're
6469
just in a subway tunnel. Optimizing sites so they work in those situations
6570
is important for keeping your users happy.</p>
6671
</li>
67-
<li>
68-
<p>The <a href="http://www.evolutionoftheweb.com/">Evolution of the Web</a> visualizes
69-
how web browsers and related technologies have changed over time as well as
70-
the overall growth of the Internet in the amount of data transferred.</p>
71-
</li>
7272
</ul>
7373
<h3>Let's get started. What do you want to learn right now?</h3>
7474
<div class="row">

why-use-python.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta http-equiv="X-UA-Compatible" content="IE=edge">
77
<meta name="viewport" content="width=device-width, initial-scale=1.0">
88
<meta name="author" content="Matt Makai">
9-
<meta name="description" content="Learn why you should use Python, the powerful and accessible programming language on Full Stack Python.">
9+
<meta name="description" content="Learn why you should use Python, the powerful and accessible programming language, on Full Stack Python.">
1010
<link rel="shortcut icon" href="//static.fullstackpython.com/fsp-fav.png">
1111
<title>Why Use Python? - Full Stack Python</title>
1212
<!--[if lt IE 9]>

0 commit comments

Comments
 (0)