aboutsummaryrefslogtreecommitdiffstats
path: root/tuxlite_tbs/templates/archives.html
Commit message (Collapse)AuthorAgeFilesLines
* Fix <title> on generated pagesMark Felder2016-02-181-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.
* List archives using a 2 column table.Matts2012-02-111-11/+15
|
* Added missing </a> tag. Edited header elements.Matts2012-02-111-3/+3
|
* Changed header elements from h2 to h1 and h3 to h2 in archives.htmlMatts2012-02-111-2/+2
|
* Added tuxlite theme, which is inspired by the original bootstrap theme.Matts2012-01-251-0/+15
Built using twitter bootstrap v2.0, with responsive layout.