Download my theme I created for my Google App Engine Bloggart blog.
Bloggart is an awesome open source blog created by Nick Johnson.
Features:
- HTML5 tags
- Built on the HTML5 Boiler Plate Framework by Paul Irish
- Mobile Layout using Media Queries
- Google Fonts
- Clean and Simple
- Canonical Urls’s
To use canonicals urls add the code below to generators in generators.py
[python]template_vals['canonical_url'] = ‘http://’ + config.host + post.path[/python]

