Skip to content

Commit 4f550fa

Browse files
committed
updating info in settings.py
1 parent 6c5664c commit 4f550fa

File tree

2 files changed

+3
-3
lines changed

2 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>2016-03-13T17:37:40Z</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>2016-03-13T17:44:56Z</updated></feed>

source/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313

1414
SITEMAP_SAVE_AS = 'sitemap.xml'
1515

16-
BYLINE = '&copy; 2015 Matt Makai. All Rights Reserved.'
16+
BYLINE = '&copy; 2016 Matt Makai. All Rights Reserved.'
1717
LINKS = ()
1818

1919
MARKUP = ('rst', 'markdown',)
2020

2121
SOCIAL = (
22-
('Email', 'mailto:makaimc@gmail.com'),
22+
('Email', 'mailto:matthew.makai@gmail.com'),
2323
('GitHub', 'https://github.com/makaimc'),
2424
('Twitter', 'http://twitter.com/mattmakai'),
2525
)

0 commit comments

Comments
 (0)