aboutsummaryrefslogtreecommitdiffstats
path: root/pelican-bootstrap3/templates/base.html
Commit message (Collapse)AuthorAgeFilesLines
* Add support for Flattr domain verification to Pelican-Boostrap3Matthias Bach2017-09-011-0/+5
|
* pelican-bootstrap3: refactored sidebar (#466)Pedro2017-04-081-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Updated pelican-bootstrap3 to be compatible with the collapsible input cells ↵Eric Carlson2017-04-081-0/+4
| | | | feature of the liquid tags ipython notebook plugin (#467)
* Make pelican-bootstrap3 multilingualJohannes Ranke2016-12-131-1/+1
| | | | | | 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.
* Fix display of "About Me" in pelican-bootstrap3Terry Boon2016-12-041-3/+3
| | | | | | | | | | | | | | | The "About Me" block (defined in templates/includes/aboutme.html) consists of the image defined by AVATAR and the text in ABOUT_ME. However, the template only displays the block if ABOUT_ME is defined. If only AVATAR is defined, then the block is not displayed at all. - Change the test so the "About Me" block is displayed if either ABOUT_ME or AVATAR is defined. - Change the structure of the "About Me" block so that the heading for the ABOUT_ME text is displayed only if ABOUT_ME text is defined, to avoid an empty heading. If AVATAR is defined but ABOUT_ME is not, the block displays the AVATAR image only.
* allow sorting pages. Also allow url-less page.Marc-Antoine Parent2016-10-221-1/+6
|
* missing nav-toggle (PAGES is pages)Marc-Antoine Parent2016-10-221-1/+1
|
* Merge pull request #398 from bnice5000/CSS_FixesJustin Mayer2016-07-021-1/+1
|\ | | | | pelican-bootstrap3: CSS fixes
| * Logo/Site Name Navbar issueBrian Levin2016-06-011-1/+1
| | | | | | | | | | | | Fixed issue where if you had both your site name and your site logo turned on, they sat on top of each other. Now they sit next to each other.
* | Merge pull request #395 from NathanHarrington/pelican-pages-fixJustin Mayer2016-06-211-1/+1
|\ \ | | | | | | pelican-bootstrap3: Fix outdated PAGES variable to "pages"
| * | Correctly display pages on menu by correcting pages variable nameNathan Harrington2016-05-301-1/+1
| |/
* | pelican-bootstrap3: Display navbar-toggle buttonClemens Lutz2016-06-101-0/+2
| | | | | | | | | | | | only if pages exist and DISPLAY_PAGES_ON_MENU is enabled or categories exist and DISPLAY_CATEGORIES_ON_MENU is enabled.
* | pelican-bootstrap3: Hide archives link in navigation bar while ↵Clemens Lutz2016-06-061-0/+2
|/ | | | | | | | ARCHIVES_SAVE_AS is empty. Replace HIDE_ARCHIVE variable with hiding while archiving is not enabled Revert README
* Update pelican-bootstrap3 to latest version, donate to Pelican communityDaan Debie2016-04-221-22/+29
|
* Updated pelican-bootstrap3 to latest versionDaan Debie2015-02-211-34/+40
|
* pelican-bootstrap3: Add support for coderwall badgesYuya Kusakabe2014-12-261-0/+1
|
* Tag feeds now use tag.slugLeonardo Giordani2014-11-031-1/+1
|
* Category feeds now use category.slugLeonardo Giordani2014-10-311-1/+1
|
* Merge pull request #146 from pnf/masterAlexis Metaireau2014-09-251-0/+19
|\ | | | | Tag and category-specific ATOM feed links in header of respective web pages
| * Merge remote-tracking branch 'upstream/master'Peter Fraenkel2014-08-211-25/+55
| |\ | | | | | | | | | | | | | | | | | | Keep the latex and tag-specific feeds in bootstrap3 Conflicts: pelican-bootstrap3/templates/base.html
| * | Enable latex pluginPeter Fraenkel2013-10-231-0/+8
| | |
| * | Restore RSS feedPeter Fraenkel2013-09-211-0/+4
| | |
| * | Category and tag-specific feedsPeter Fraenkel2013-09-211-4/+13
| | |
* | | Updated pelican-bootstrap3 to the latest versionDaan Debie2014-08-211-24/+42
| |/ |/|
* | Load remote jquery securely (if needed)Stephen McQuay2014-03-311-1/+1
| |
* | Updated pelican-bootstrap to v1.2Daan Debie2014-01-271-39/+41
| |
* | Updated pelican-bootstrap3 to v1.1Daan Debie2013-12-271-9/+39
| |
* | html escape fixedMichaelYin2013-12-121-2/+2
| | | | | | | | | | make sure description which contain html work right make pygment css only work in highlight class
* | jquery: protocol-independent url, minified versionJan Müller2013-11-221-1/+1
|/
* Updated pelican-bootstrap3 to newest versionDaan Debie2013-09-121-3/+3
|
* Added pelican-bootstrap3 themeDaan Debie2013-08-231-0/+123