Skip to content

Commit 71bf3e1

Browse files
committed
updating meta description for ORMs page
1 parent cc48bb5 commit 71bf3e1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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-11-07T06:20:48Z</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-11-07T15:13:04Z</updated></feed>

object-relational-mappers-orms.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta http-equiv="X-UA-Compatible" content="IE=edge">
77
<meta name="viewport" content="width=device-width, initial-scale=1.0">
88
<meta name="author" content="Matt Makai">
9-
<meta name="description" content="Object-relational mappers (ORMs) provide a bridge between relational databases and object-oriented code. Learn about ORMs on Full Stack Python.">
9+
<meta name="description" content="Object-relational mappers (ORMs) bridge relational databases and object-oriented code. Learn more on Full Stack Python.">
1010
<link rel="shortcut icon" href="//static.fullstackpython.com/fsp-fav.png">
1111
<title>Object-relational Mappers (ORMs) - Full Stack Python</title>
1212
<!--[if lt IE 9]>

source/content/pages/05-data/04-object-relational-mappers.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ title: Object-relational Mappers (ORMs)
22
category: page
33
slug: object-relational-mappers-orms
44
sort-order: 0504
5-
meta: Object-relational mappers (ORMs) provide a bridge between relational databases and object-oriented code. Learn about ORMs on Full Stack Python.
5+
meta: Object-relational mappers (ORMs) bridge relational databases and object-oriented code. Learn more on Full Stack Python.
66

77

88
# Object-relational mappers (ORMs)

0 commit comments

Comments
 (0)