Skip to content

Commit 30c8b6a

Browse files
committed
adding more meta descriptions
1 parent d2e407b commit 30c8b6a

7 files changed

Lines changed: 7 additions & 3 deletions

File tree

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-03-05T10:48:36Z</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-03-05T21:05:42Z</updated></feed>

source/content/pages/04-web-development/13-websockets.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ title: WebSockets
22
category: page
33
slug: websockets
44
sort-order: 0413
5+
meta: WebSockets are a protocol for full-duplex web communications. Learn about WebSockets on Full Stack Python.
56
choice1url: /wsgi-servers.html
67
choice1icon: fa-play fa-inverse
78
choice1text: How do I execute Python since the web server doesn't do that?

source/content/pages/04-web-development/15-web-app-security.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ title: Web Application Security
22
category: page
33
slug: web-application-security
44
sort-order: 0415
5+
meta: Web applications can be attacked by malicious actors in many ways. Learn about security measures on Full Stack Python.
56
choice1url: /web-analytics.html
67
choice1icon: fa-dashboard
78
choice1text: I want to learn more about the users of my app with analytics.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h1>Table of Contents</h1>
1414
<div class="list-group">
1515
<h3>1. <a href="/introduction.html">Introduction</a></h3>
1616

17-
<h3>2. Learning Python</h3>
17+
<h3>2. Learning Programming</h3>
1818
<div class="toc-indent">
1919
<a href="/why-use-python.html">Why Use Python?</a>
2020
</div>

table-of-contents.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ <h1>Table of Contents</h1>
4848
<div class="list-group">
4949
<h3>1. <a href="/introduction.html">Introduction</a></h3>
5050

51-
<h3>2. Learning Python</h3>
51+
<h3>2. Learning Programming</h3>
5252
<div class="toc-indent">
5353
<a href="/why-use-python.html">Why Use Python?</a>
5454
</div>

web-application-security.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta http-equiv="X-UA-Compatible" content="IE=edge">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<meta name="author" content="Matt Makai">
7+
<meta name="description" content="Web applications can be attacked by malicious actors in many ways. Learn about security measures on Full Stack Python.">
78
<link rel="shortcut icon" href="theme/img/fsp-fav.png">
89
<title>Web Application Security - Full Stack Python</title>
910
<!--[if lt IE 9]>

websockets.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta http-equiv="X-UA-Compatible" content="IE=edge">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<meta name="author" content="Matt Makai">
7+
<meta name="description" content="WebSockets are a protocol for full-duplex web communications. Learn about WebSockets on Full Stack Python.">
78
<link rel="shortcut icon" href="theme/img/fsp-fav.png">
89
<title>WebSockets - Full Stack Python</title>
910
<!--[if lt IE 9]>

0 commit comments

Comments
 (0)