Skip to content

Commit cc73dc6

Browse files
committed
updating meta tag for all pages
1 parent 83fa91c commit cc73dc6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+55
-97
lines changed

about-author.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
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="Full Stack Python explains each layer of the web application stack, from the server up through the rendering in a user's browser.">
87
<link rel="shortcut icon" href="theme/img/fsp-fav.png">
98
<title>About the Author - Full Stack Python</title>
109
<!--[if lt IE 9]>
@@ -34,7 +33,7 @@
3433
<span class="logo-title"><a href="/">Full Stack Python</a></span>
3534
</div>
3635
</div>
37-
</div> <div class="row">
36+
</div><div class="row">
3837
<div class="col-md-8">
3938
<h1>About the Author</h1>
4039
<p>This website was coded and written by

all.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
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="Full Stack Python explains each layer of the web application stack, from the server up through the rendering in a user's browser.">
87
<link rel="shortcut icon" href="theme/img/fsp-fav.png">
98
<title>Full Stack Python</title>
109
<!--[if lt IE 9]>
@@ -34,7 +33,7 @@
3433
<span class="logo-title"><a href="/">Full Stack Python</a></span>
3534
</div>
3635
</div>
37-
</div> <div class="row">
36+
</div><div class="row">
3837
<div class="col-md-8">
3938
<h1>Introduction</h1>
4039
<p>You're knee deep in learning the <a href="http://www.python.org/">Python</a>

api-creation.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
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="Full Stack Python explains each layer of the web application stack, from the server up through the rendering in a user's browser.">
87
<link rel="shortcut icon" href="theme/img/fsp-fav.png">
98
<title>API Creation - Full Stack Python</title>
109
<!--[if lt IE 9]>
@@ -34,7 +33,7 @@
3433
<span class="logo-title"><a href="/">Full Stack Python</a></span>
3534
</div>
3635
</div>
37-
</div> <div class="row">
36+
</div><div class="row">
3837
<div class="col-md-8">
3938
<h1>API Creation</h1>
4039
<p>Creating and exposing APIs allows your web application to interact with other

api-integration.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
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="Full Stack Python explains each layer of the web application stack, from the server up through the rendering in a user's browser.">
87
<link rel="shortcut icon" href="theme/img/fsp-fav.png">
98
<title>API Integration - Full Stack Python</title>
109
<!--[if lt IE 9]>
@@ -34,7 +33,7 @@
3433
<span class="logo-title"><a href="/">Full Stack Python</a></span>
3534
</div>
3635
</div>
37-
</div> <div class="row">
36+
</div><div class="row">
3837
<div class="col-md-8">
3938
<h1>API Integration</h1>
4039
<p>The majority of production Python web applications rely on several

application-dependencies.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
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="Full Stack Python explains each layer of the web application stack, from the server up through the rendering in a user's browser.">
87
<link rel="shortcut icon" href="theme/img/fsp-fav.png">
98
<title>Application Dependencies - Full Stack Python</title>
109
<!--[if lt IE 9]>
@@ -34,7 +33,7 @@
3433
<span class="logo-title"><a href="/">Full Stack Python</a></span>
3534
</div>
3635
</div>
37-
</div> <div class="row">
36+
</div><div class="row">
3837
<div class="col-md-8">
3938
<h1>Application Dependencies</h1>
4039
<p>Application dependencies are the libraries other than your project code

application-programming-interfaces.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
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="Full Stack Python explains each layer of the web application stack, from the server up through the rendering in a user's browser.">
87
<link rel="shortcut icon" href="theme/img/fsp-fav.png">
98
<title>Application Programming Interfaces - Full Stack Python</title>
109
<!--[if lt IE 9]>
@@ -34,7 +33,7 @@
3433
<span class="logo-title"><a href="/">Full Stack Python</a></span>
3534
</div>
3635
</div>
37-
</div> <div class="row">
36+
</div><div class="row">
3837
<div class="col-md-8">
3938
<h1>Application Programming Interfaces</h1>
4039
<p>Application programming interfaces (APIs) provide machine-readable

best-python-resources.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
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="Full Stack Python explains each layer of the web application stack, from the server up through the rendering in a user's browser.">
87
<link rel="shortcut icon" href="theme/img/fsp-fav.png">
98
<title>Best Python Resources - Full Stack Python</title>
109
<!--[if lt IE 9]>
@@ -34,7 +33,7 @@
3433
<span class="logo-title"><a href="/">Full Stack Python</a></span>
3534
</div>
3635
</div>
37-
</div> <div class="row">
36+
</div><div class="row">
3837
<div class="col-md-8">
3938
<h1>Best Python Resources</h1>
4039
<p>The Python community is amazing at sharing detailed resources and helping

bottle.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
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="Full Stack Python explains each layer of the web application stack, from the server up through the rendering in a user's browser.">
87
<link rel="shortcut icon" href="theme/img/fsp-fav.png">
98
<title>Bottle - Full Stack Python</title>
109
<!--[if lt IE 9]>
@@ -34,7 +33,7 @@
3433
<span class="logo-title"><a href="/">Full Stack Python</a></span>
3534
</div>
3635
</div>
37-
</div> <div class="row">
36+
</div><div class="row">
3837
<div class="col-md-8">
3938
<h1>Bottle</h1>
4039
<p><a href="http://bottlepy.org/docs/dev/index.html">Bottle</a> is a WSGI-compliant

caching.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
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="Full Stack Python explains each layer of the web application stack, from the server up through the rendering in a user's browser.">
87
<link rel="shortcut icon" href="theme/img/fsp-fav.png">
98
<title>Caching - Full Stack Python</title>
109
<!--[if lt IE 9]>
@@ -34,7 +33,7 @@
3433
<span class="logo-title"><a href="/">Full Stack Python</a></span>
3534
</div>
3635
</div>
37-
</div> <div class="row">
36+
</div><div class="row">
3837
<div class="col-md-8">
3938
<h1>Caching</h1>
4039
<p>Caching can reduce the load on servers by storing the results of common

cascading-style-sheets.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
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="Full Stack Python explains each layer of the web application stack, from the server up through the rendering in a user's browser.">
87
<link rel="shortcut icon" href="theme/img/fsp-fav.png">
98
<title>Cascading Style Sheets - Full Stack Python</title>
109
<!--[if lt IE 9]>
@@ -34,7 +33,7 @@
3433
<span class="logo-title"><a href="/">Full Stack Python</a></span>
3534
</div>
3635
</div>
37-
</div> <div class="row">
36+
</div><div class="row">
3837
<div class="col-md-8">
3938
<h1>Cascading Style Sheets (CSS)</h1>
4039
<p>Cascading Style Sheet (CSS) files contain rules for how to display and

0 commit comments

Comments
 (0)