13 Commits

Author SHA1 Message Date
Sylvain GARANCHER
21588b23fa [IMP] Add language management for theme tuxlite_tbs 2013-08-28 04:07:40 +02:00
Randall Degges
fe933f8091 Fixing broken support for ARCHIVES_URL in tuxlite-tbs theme.
This commit fixes an issue with users supplying their own custom `ARCHIVES_URL`
setting in their settings file while using the tuxlite-tbs theme.

The issue is that the `base.html` template didn't take the `ARCHIVES_URL`
variable into account, and therefore ignores is. This causes problems when users
want a custom archives URL.

This also fixes another part of the issue in the `archives.html` template, in
which article URLs were relative (not absolute) which causes breakage when
linking to articles.

This commit fixes all the above problems.
2013-03-20 21:01:26 -07:00
Alexis Metaireau
245beac5bf Merge pull request #51 from YSmetana/master
Enabling responsive features
2012-11-20 15:30:32 -08:00
Woojong Koh
30c051ecc0 Replace SITE_URL with FEED_DOMAIN for Feedburner 2012-10-16 14:35:24 -07:00
Woojong Koh
6563939e00 Replace FEED with FEED_ATOM 2012-10-16 12:11:28 -07:00
Lufa
27cd3d0b25 Enabling responsive features (according to http://twitter.github.com/bootstrap/scaffolding.html#responsive). 2012-10-01 16:51:14 +03:00
Tshepang Lekhonkhobe
9c76a4e317 fix broken Pages url 2012-05-15 20:18:58 +02:00
Kyle Fuller
9c349d82c6 Use object.url to get the url for author, category and tags 2012-05-14 18:28:45 +01:00
Matts
2e7f08cbac Removed accidental "i" char from navbar code. 2012-02-12 06:28:43 -05:00
Matts
137ba2e136 Added collapsible navbar. Moved archives and tags to sidebar. 2012-02-12 06:13:15 -05:00
Matts
79d93cef80 Removed if loop from base.html. page.category|lower = documentation 2012-02-11 06:12:47 -05:00
Matts
83f4323fa5 Various fixes and updates
- Updated CSS files with latest 2.0 release
- Removed shaded borders around content
- Added right margin to seperate content from sidebar
- Fixed disqus code
- Changed navbar color
- Many misc fixes
2012-02-01 10:28:42 -05:00
Matts
b543f5d157 Added tuxlite theme, which is inspired by the original bootstrap theme.
Built using twitter bootstrap v2.0, with responsive layout.
2012-01-25 21:24:32 -05:00