comparison 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
comparison
equal deleted inserted replaced
548:2c281530dc9c 549:c4696a0cbd3f
292 ####################################################################### 292 #######################################################################
293 # Open Graph Protocol related settings 293 # Open Graph Protocol related settings
294 ####################################################################### 294 #######################################################################
295 OGP_DEFAULT_IMAGE = 'http://surfguitar101.com/media/podcast/podcast_logo.jpg' 295 OGP_DEFAULT_IMAGE = 'http://surfguitar101.com/media/podcast/podcast_logo.jpg'
296 OGP_FB_ID = '100001558124013' 296 OGP_FB_ID = '100001558124013'
297 OGP_SITE_DESCRIPTION = ('The premier community website for friends and fans of'
298 ' instrumental surf music. We have forums, podcasts, surf music news, an'
299 ' event calendar, and much more! The surf is always up at'
300 ' SurfGuitar101.com!')
297 301
298 ####################################################################### 302 #######################################################################
299 # URL's of 3rd party Javascript and CSS files. 303 # URL's of 3rd party Javascript and CSS files.
300 # These dictionaries are used by core/templatetags/script_tags, and 304 # These dictionaries are used by core/templatetags/script_tags, and
301 # should also be used by developers when creating form media classes. 305 # should also be used by developers when creating form media classes.