Mercurial > public > sg101
diff gpp/settings/base.py @ 549:c4696a0cbd3f
Altered the open graph meta tags tag to generate tags for the home page
when None is supplied as a parameter. Updated the home page template to use it.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 15 Jan 2012 13:27:37 -0600 |
parents | c092efc9ce71 |
children | 9a68fd3bd8a5 |
line wrap: on
line diff
--- a/gpp/settings/base.py Sat Jan 14 14:59:51 2012 -0600 +++ b/gpp/settings/base.py Sun Jan 15 13:27:37 2012 -0600 @@ -294,6 +294,10 @@ ####################################################################### OGP_DEFAULT_IMAGE = 'http://surfguitar101.com/media/podcast/podcast_logo.jpg' OGP_FB_ID = '100001558124013' +OGP_SITE_DESCRIPTION = ('The premier community website for friends and fans of' + ' instrumental surf music. We have forums, podcasts, surf music news, an' + ' event calendar, and much more! The surf is always up at' + ' SurfGuitar101.com!') ####################################################################### # URL's of 3rd party Javascript and CSS files.