Skip to content

Commit f3e823b

Browse files
committed
adding more meta descriptions to pages
1 parent db9911b commit f3e823b

File tree

5 files changed

+5
-1
lines changed

5 files changed

+5
-1
lines changed

cascading-style-sheets.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 how to use Cascading Style Sheets (CSS) to create your web application's user interface design on Full Stack Python.">
78
<link rel="shortcut icon" href="theme/img/fsp-fav.png">
89
<title>Cascading Style Sheets - 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-01T12:47:08Z</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:50:45Z</updated></feed>

javascript.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 about JavaScript and Model-View-Controller frameworks for your web application on Full Stack Python.">
78
<link rel="shortcut icon" href="theme/img/fsp-fav.png">
89
<title>JavaScript - Full Stack Python</title>
910
<!--[if lt IE 9]>

source/content/pages/04-web-development/11-css.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ title: Cascading Style Sheets
22
category: page
33
slug: cascading-style-sheets
44
sort-order: 0411
5+
meta: Learn how to use Cascading Style Sheets (CSS) to create your web application's user interface design on Full Stack Python.
56
choice1url: /javascript.html
67
choice1icon: fa-html5 fa-inverse
78
choice1text: How do I create dynamic browser interaction with JavaScript?

source/content/pages/04-web-development/12-javascript.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ title: JavaScript
22
category: page
33
slug: javascript
44
sort-order: 0412
5+
meta: Learn about JavaScript and Model-View-Controller frameworks for your web application on Full Stack Python.
56
choice1url: /cascading-style-sheets.html
67
choice1icon: fa-css3 fa-inverse
78
choice1text: How do I style my web application's user interface?

0 commit comments

Comments
 (0)