Skip to content

Commit 00260bd

Browse files
committed
adding meta descriptions for a couple of pages
1 parent 518afa0 commit 00260bd

File tree

5 files changed

+5
-1
lines changed

5 files changed

+5
-1
lines changed

deployment.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 application deployment involves packaging up your app and putting it in a product environment. Learn more about deployment on Full Stack Python.">
78
<link rel="shortcut icon" href="theme/img/fsp-fav.png">
89
<title>Deployment - Full Stack Python</title>
910
<!--[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-03-01T11:01:18Z</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-01T11:18:35Z</updated></feed>

servers.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="Servers are required to run web applications. Learn more about setting up servers on Full Stack Python.">
78
<link rel="shortcut icon" href="theme/img/fsp-fav.png">
89
<title>Servers - Full Stack Python</title>
910
<!--[if lt IE 9]>

source/content/pages/07-web-app-deployment/01-deployment.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ title: Deployment
22
category: page
33
slug: deployment
44
sort-order: 0701
5+
meta: Web application deployment involves packaging up your app and putting it in a product environment. Learn more about deployment on Full Stack Python.
56
choice1url: /servers.html
67
choice1icon: fa-sort-amount-asc fa-inverse
78
choice1text: Show me options for bare metal, virtualized servers, and infrastructure-as-a-service.

source/content/pages/07-web-app-deployment/02-servers.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ title: Servers
22
category: page
33
slug: servers
44
sort-order: 0702
5+
meta: Servers are required to run web applications. Learn more about setting up servers on Full Stack Python.
56
choice1url: /operating-systems.html
67
choice1icon: fa-linux fa-inverse
78
choice1text: What operating system should I use once the server is set up?

0 commit comments

Comments
 (0)