aboutsummaryrefslogtreecommitdiffstats
path: root/pelican-bootstrap3/templates/includes/sidebar.html
Commit message (Collapse)AuthorAgeFilesLines
* Show source support added in pelican-bootstrap3Chris Ramsay2017-09-101-0/+1
|
* Merge branch 'master' into archive-sidebarJustin Mayer2017-09-041-0/+1
|\
| * pelican-bootstrap3: Add authors to sidebarJohannes 'josch' Schauer2017-07-291-0/+1
| |
* | pelican-bootstrap3: Add archive to sidebarJohannes 'josch' Schauer2017-07-301-0/+1
|/
* pelican-bootstrap3: refactored sidebar (#466)Pedro2017-04-081-103/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is more of a proposal for refactor of the sidebar. Figured it would be easier to do and discuss in a PR than it would be an issue/ticket. These changes can be split out if only some of the ideas are accepted. It is mostly a lot cleanup and shuffling around to make it a bit more consistent. Here is a summary of the changes: - Moved all sidebar related from `includes/` and into `includes/sidebar/`. - Moved the following sections in `includes/sidebar.html` into their own files under `includes/sidebar/`: - _Social_ -> `includes/sidebar/social.html` - _Recent Posts_ -> `includes/sidebar/recent_posts.html` - _Categories_ -> `includes/sidebar/categories.html` - _Tags_ -> `includes/sidebar/tag_cloud.html` - _Series_ -> `includes/sidebar/series.html` - A whole bunch of whitespace cleanup. - Added the `DISABLE_SIDEBAR_TITLE_ICONS` configuration option. If `DISABLE_SIDEBAR_TITLE_ICONS` is set to True, none of the sidebar title icons will be displayed. - Folded in from getpelican/pelican-themes#438: Added the `SIDEBAR_ON_LEFT` configuration option, which moves the sidebar to the left side of the page. Sidebar will continue to appear on the bottom of the page on smaller screens. - Assuming getpelican/pelican#1092 worked out: - Optional include of `includes/sidebar/optional_top.html` and `includes/sidebar/optional_bottom.html` from within `includes/sidebar.html`. This would allow a user to insert sections into the sidebar. - `includes/sidebar/recent_posts.html` include articles line items via `includes/sidebar/article-li.html`. This allows customization.
* Update FontAwesome to 4.7.0.Christopher Mullins2016-12-271-1/+1
| | | | | This allows use of many new icons. Also add 'meetup' and 'vk' to the list of icons to which '-square' should not be appended.
* Make pelican-bootstrap3 multilingualJohannes Ranke2016-12-131-7/+7
| | | | | | This makes use of the i18n jinja extension as described in README.md. A Makefile is provided to facilitate new translations. A translation to German is also included.
* Merge pull request #450 from chrisramsay/fix/series-display-sidebarJustin Mayer2016-12-131-5/+4
|\ | | | | pelican-bootstrap3: Hide empty <li> tags when at either end of a series
| * Hide empty LI tags when at either end of a seriesChris Ramsay2016-11-031-5/+4
| |
* | Extend icons available in "social" sidebar blockTerry Boon2016-12-041-1/+1
|/ | | | | | | | | | | The template adds "-square" to the Font Awesome icon to be used, unless the icon name is on the exception list. Some icon names potentially relevant for the "social" sidebar block do not have a "-square" version but are not on the exception list, so the icons do not display correctly. Add more relevant icon names to the list: 'home', 'user', 'users', 'envelope', 'envelope-o', 'stack-exchange', 'hacker-news'.
* "line-chart" icon for use in "social" links listMark Drummond2016-07-161-1/+1
| | | | minor edits to the README
* add slideshare to non-square icon listNeville Li2016-05-261-1/+1
|
* Update pelican-bootstrap3 to latest version, donate to Pelican communityDaan Debie2016-04-221-4/+33
|
* Updated pelican-bootstrap3 to latest versionDaan Debie2015-02-211-94/+67
|
* Added support for series pluginLeonardo Giordani2014-11-021-0/+24
|
* Updated pelican-bootstrap3 to the latest versionDaan Debie2014-08-211-6/+16
|
* Bugfix pelican-bootstrap3 sidebar: missing </ul>Charles Saracco2014-05-261-0/+1
| | | Bugfix for pelican-bootstrap3's sidebar template: there was a missing "</ul>" tag.
* Updated pelican-bootstrap to v1.2Daan Debie2014-01-271-12/+25
|
* Updated pelican-bootstrap3 to v1.1Daan Debie2013-12-271-17/+38
|
* Updated pelican-bootstrap3 to newest versionDaan Debie2013-09-121-1/+1
|
* Added pelican-bootstrap3 themeDaan Debie2013-08-231-0/+35