Skip to content

Commit db9911b

Browse files
committed
adding meta description to OS page
1 parent 00260bd commit db9911b

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

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:18:35Z</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-01T12:47:08Z</updated></feed>

operating-systems.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="Learn what operating system you should be using for you web application and resources to configure the OS on Full Stack Python.">
78
<link rel="shortcut icon" href="theme/img/fsp-fav.png">
89
<title>Operating Systems - Full Stack Python</title>
910
<!--[if lt IE 9]>

source/content/pages/07-web-app-deployment/05-operating-systems.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ title: Operating Systems
22
category: page
33
slug: operating-systems
44
sort-order: 0705
5+
meta: Learn what operating system you should be using for you web application and resources to configure the OS on Full Stack Python.
56
choice1url: /web-servers.html
67
choice1icon: fa-cloud
78
choice1text: I'll install Linux as my OS. What web server should I use?

0 commit comments

Comments
 (0)