aboutsummaryrefslogtreecommitdiffstats
path: root/tuxlite_tbs/templates/base.html
Commit message (Collapse)AuthorAgeFilesLines
* fixes pages context change for tuxlite_tbs themePatrick Pierson2017-02-041-1/+1
|
* Use title instead of windowtitleMark Felder2016-02-181-1/+1
|
* Merge pull request #263 from feld/masterJustin Mayer2015-01-051-4/+4
|\ | | | | Minor tuxlite_tbs updates
| * Fix FEED URLsfelderado2014-10-171-4/+4
| | | | | | | | | | | | | | | | | | You're supposed to prepend FEED_DOMAIN to the FEED variables according to the documentation so you can use an external feed domain. From the docs: "Since feed URLs should always be absolute..." Also, those FEED_ATOM, etc variables were bare with no / at the beginning so they were broken. You're not supposed to be putting a / at the beginning of your FEED_ variables in pelicanconf.py. From the docs: FEED_ALL_ATOM ('feeds/all.atom.xml')
* | Use the year of the latest post for the copyright in the footer.Stig Inge Lea Bjørnsen2015-01-051-1/+6
| | | | | | | | | | The method for obtaining the year was copied from `pelican-bootstrap3/templates/includes/footer.html`.
* | Serve Twitter Bootstrap JavaScript directly for tuxlite_tbs.Stig Inge Lea Bjørnsen2015-01-051-1/+1
| | | | | | | | | | Avoid using GitHub as a CDN for Twitter Bootstrap. The file bootstrap-collapse.js is now included as a static asset in the theme.
* | Make archive links work in tuxlite_tbsStig Inge Lea Bjørnsen2015-01-051-1/+1
|/ | | | | Since there is no default value for the variabel `ARCHIVES_URL`, it is replaced by a hard coded value of `archives.html`.
* see http://querbalken.net/howto-activate-feeding-for-pelican-blog-en.htmltverrbjelke2013-09-261-0/+26
| | | | | | | | Extended and fixed Pelican theme tuxlite_tbs to * become compatible with Pelican 3.2 and 3.3 documentation: http://docs.getpelican.com/en/latest/settings.html to get the feed links working with with FEED_ATOM and FEED_RSS (which now default to "None") but also FEED_ALL_ATOM and FEED_ALL_RSS. * enable firefox to dynamic-bookmark the feeds by adding meta data.
* [IMP] Add language management for theme tuxlite_tbsSylvain GARANCHER2013-08-281-1/+1
|
* Fixing broken support for `ARCHIVES_URL` in tuxlite-tbs theme.Randall Degges2013-03-201-1/+1
| | | | | | | | | | | | | | | 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.
* Merge pull request #51 from YSmetana/masterAlexis Metaireau2012-11-201-0/+1
|\ | | | | Enabling responsive features
| * Enabling responsive features (according to ↵Lufa2012-10-011-0/+1
| | | | | | | | http://twitter.github.com/bootstrap/scaffolding.html#responsive).
* | Replace SITE_URL with FEED_DOMAIN for FeedburnerWoojong Koh2012-10-161-2/+2
| |
* | Replace FEED with FEED_ATOMWoojong Koh2012-10-161-1/+1
|/
* fix broken Pages urlTshepang Lekhonkhobe2012-05-151-1/+1
|
* Use object.url to get the url for author, category and tagsKyle Fuller2012-05-141-1/+1
|
* Removed accidental "i" char from navbar code.Matts2012-02-121-1/+2
|
* Added collapsible navbar. Moved archives and tags to sidebar.Matts2012-02-121-16/+30
|
* Removed if loop from base.html. page.category|lower = documentationMatts2012-02-111-2/+0
|
* Various fixes and updatesMatts2012-02-011-16/+10
| | | | | | | | | - 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
* Added tuxlite theme, which is inspired by the original bootstrap theme.Matts2012-01-251-0/+134
Built using twitter bootstrap v2.0, with responsive layout.