Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #442 from jranke/copyright_date | Justin Mayer | 2016-12-13 | 1 | -1/+5 |
|\ | | | | | pelican-bootstrap3: Set copyright date to modified date of latest article | ||||
| * | Set copyright date to modified date of latest article | Johannes Ranke | 2016-10-06 | 1 | -1/+5 |
| | | | | | | | | | | If this happens to be available, i.e. if the article has a 'modified' date. | ||||
* | | Merge pull request #450 from chrisramsay/fix/series-display-sidebar | Justin Mayer | 2016-12-13 | 1 | -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 series | Chris Ramsay | 2016-11-03 | 1 | -5/+4 |
| | | | |||||
* | | | Merge pull request #448 from METAJIJI/master | Justin Mayer | 2016-12-13 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | pelican-bootstrap3: fix pagination in the relevant documentation | ||||
| * | | | pelican-bootstrap3: fix pagination in the relevant documentation | Denis Kadyshev | 2016-10-25 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge pull request #453 from kevin-brotcke/master | Justin Mayer | 2016-12-10 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Fix avatar source URL for subpages in pelican-bootstrap3 | ||||
| * | | | Fix avatar source URL for subpages in pelican-bootstrap3 | Kevin Brotcke | 2016-11-19 | 1 | -1/+1 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | When going to a subpage, such as a category page, my avatar image was not being displayed when using the suggested format 'images/profile.png' from the readme. The URL turned into 'category/images/profile.png' which doesn't exist. Include the site URL so that the image appears on all pages. This looked like the convention used in other places like favicon. | ||||
* | | | Merge pull request #457 from terryboon/topic-social-icons | Justin Mayer | 2016-12-04 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | pelican-bootstrap3: Add icons to "social" sidebar | ||||
| * | | | Extend icons available in "social" sidebar block | Terry Boon | 2016-12-04 | 1 | -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'. | ||||
* / / | Fix display of "About Me" in pelican-bootstrap3 | Terry Boon | 2016-12-04 | 2 | -3/+5 |
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Parent | 2016-10-22 | 1 | -1/+6 |
| | | |||||
* | | missing nav-toggle (PAGES is pages) | Marc-Antoine Parent | 2016-10-22 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #406 from jacnoc/patch-1 | Justin Mayer | 2016-09-10 | 1 | -5/+2 |
|\ | | | | | Bootstrap3: remove deprecated Twitter widget ID | ||||
| * | Looks like twitter has updated their widget code. Widget ID appears to no ↵ | Joshua | 2016-06-12 | 1 | -5/+2 |
| | | | | | | | | longer be a thing. | ||||
* | | Merge pull request #403 from jeremyn/master | Justin Mayer | 2016-09-10 | 1 | -2/+2 |
|\ \ | | | | | | | Use HTTPS Creative Commons URLs where appropriate | ||||
| * | | Use HTTPS Creative Commons URLs where appropriate | Jeremy Nation | 2016-06-05 | 1 | -2/+2 |
| | | | |||||
* | | | "line-chart" icon for use in "social" links list | Mark Drummond | 2016-07-16 | 1 | -1/+1 |
| | | | | | | | | | | | | minor edits to the README | ||||
* | | | Merge pull request #398 from bnice5000/CSS_Fixes | Justin Mayer | 2016-07-02 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | pelican-bootstrap3: CSS fixes | ||||
| * | | | Logo/Site Name Navbar issue | Brian Levin | 2016-06-01 | 1 | -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-fix | Justin Mayer | 2016-06-21 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | pelican-bootstrap3: Fix outdated PAGES variable to "pages" | ||||
| * | | | Correctly display pages on menu by correcting pages variable name | Nathan Harrington | 2016-05-30 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge pull request #393 from nevillelyh/master | Justin Mayer | 2016-06-21 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | pelican-bootstrap3: Add slideshare to non-square icon list | ||||
| * | | | add slideshare to non-square icon list | Neville Li | 2016-05-26 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge pull request #388 from dmark/sidebar-images | Justin Mayer | 2016-06-20 | 1 | -0/+3 |
|\ \ \ | |_|/ |/| | | pelican-bootstrap3: Add sidebar image header | ||||
| * | | Added sidebar image header feature. | Mark Drummond | 2016-05-05 | 1 | -0/+3 |
| |/ | |||||
* | | pelican-bootstrap3: Display navbar-toggle button | Clemens Lutz | 2016-06-10 | 1 | -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 Lutz | 2016-06-06 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | ARCHIVES_SAVE_AS is empty. Replace HIDE_ARCHIVE variable with hiding while archiving is not enabled Revert README | ||||
* | | pelican-bootstrap3: Don't print page title HTML tags if title is empty | Clemens Lutz | 2016-06-06 | 1 | -0/+2 |
|/ | |||||
* | Update link to theme in footer | Daan Debie | 2016-04-22 | 1 | -1/+1 |
| | |||||
* | Update pelican-bootstrap3 to latest version, donate to Pelican community | Daan Debie | 2016-04-22 | 12 | -37/+118 |
| | |||||
* | Use https:// for all Disqus calls | Adam Matan | 2016-02-20 | 1 | -1/+1 |
| | |||||
* | Updated pelican-bootstrap3 to latest version | Daan Debie | 2015-02-21 | 16 | -199/+218 |
| | |||||
* | pelican-bootstrap3: Add support for coderwall badges | Yuya Kusakabe | 2014-12-26 | 3 | -0/+23 |
| | |||||
* | Tag feeds now use tag.slug | Leonardo Giordani | 2014-11-03 | 1 | -1/+1 |
| | |||||
* | Merge pull request #269 from lgiordani/series_plugin | Justin Mayer | 2014-11-02 | 4 | -0/+56 |
|\ | | | | | [pelican-bootstrap3] Added support for series plugin | ||||
| * | Added support for series plugin | Leonardo Giordani | 2014-11-02 | 4 | -0/+56 |
| | | |||||
* | | Category feeds now use category.slug | Leonardo Giordani | 2014-10-31 | 1 | -1/+1 |
|/ | |||||
* | Update pagination.html | Leonardo Giordani | 2014-10-28 | 1 | -3/+4 |
| | | | This allows the theme to follow pagination specification through PAGINATION_PATTERNS. See Issue #265 | ||||
* | Merge pull request #146 from pnf/master | Alexis Metaireau | 2014-09-25 | 1 | -0/+19 |
|\ | | | | | Tag and category-specific ATOM feed links in header of respective web pages | ||||
| * | Merge remote-tracking branch 'upstream/master' | Peter Fraenkel | 2014-08-21 | 22 | -131/+437 |
| |\ | | | | | | | | | | | | | | | | | | | Keep the latex and tag-specific feeds in bootstrap3 Conflicts: pelican-bootstrap3/templates/base.html | ||||
| * | | Enable latex plugin | Peter Fraenkel | 2013-10-23 | 1 | -0/+8 |
| | | | |||||
| * | | Restore RSS feed | Peter Fraenkel | 2013-09-21 | 1 | -0/+4 |
| | | | |||||
| * | | Category and tag-specific feeds | Peter Fraenkel | 2013-09-21 | 1 | -4/+13 |
| | | | |||||
* | | | Updated pelican-bootstrap3 to the latest version | Daan Debie | 2014-08-21 | 25 | -121/+522 |
| |/ |/| | |||||
* | | Bugfix pelican-bootstrap3 sidebar: missing </ul> | Charles Saracco | 2014-05-26 | 1 | -0/+1 |
| | | | | | | Bugfix for pelican-bootstrap3's sidebar template: there was a missing "</ul>" tag. | ||||
* | | Load remote jquery securely (if needed) | Stephen McQuay | 2014-03-31 | 1 | -1/+1 |
| | | |||||
* | | Updated pelican-bootstrap to v1.2 | Daan Debie | 2014-01-27 | 21 | -122/+361 |
| | | |||||
* | | Updated pelican-bootstrap3 to v1.1 | Daan Debie | 2013-12-27 | 10 | -76/+126 |
| | | |||||
* | | html escape fixed | MichaelYin | 2013-12-12 | 1 | -2/+2 |
| | | | | | | | | | | make sure description which contain html work right make pygment css only work in highlight class |