aboutsummaryrefslogtreecommitdiffstats
path: root/pelican-bootstrap3/templates/includes
Commit message (Collapse)AuthorAgeFilesLines
* gtag supportSrinivas Narayanan2022-10-131-13/+13
|
* feat(pelican-bootstrap3): added readtime supportSrinivas Narayanan2019-11-021-0/+3
|
* Fix: pelican-bootstrap3 DISQUS bugganziqim2018-09-161-12/+16
|
* Fix include new link for Mathjax source. Old source now not workingYam Alcaraz2018-03-141-1/+1
|
* Fix VK sidear logoKirill K2017-10-101-1/+1
|
* Show source support added in pelican-bootstrap3Chris Ramsay2017-09-103-0/+30
|
* Adds DNT meta so that Twitter doesn't track usMike Lissner2017-09-051-0/+1
| | | | | | | | | As explained on this page, this meta tag prevents Twitter from using your webpage to track people: https://dev.twitter.com/web/overview/privacy#what-privacy-options-do-website-publishers-have Generally speaking, this is the kind of tracking that nobody expects. Nobody thinks that by going to *my* website, which shows some tweets, that Twitter will be tracking them. Let's turn that off by default. Hopefully this isn't controversial.
* Merge pull request #513 from offdutypirate/add-gitlab-non-squareJustin Mayer2017-09-041-1/+1
|\ | | | | Pelican-Bootstrap3: Add GitLab to non-square icon list
| * Add gitlab to non-square icon in pelican-bootstrap3Jon Moore2017-05-121-1/+1
| | | | | | | | This commit adds gitlab to the list of non-square icons in pelican-bootstrap3.
* | Pelican-Bootstrap3: Change MathJax CDN link to HTTPSJustin Mayer2017-09-041-1/+1
| |
* | Merge pull request #518 from hlapp/patch-1Justin Mayer2017-09-041-1/+1
|\ \ | | | | | | Fix copyright year to 2014
| * | Fixes copyright year to 2014Hilmar Lapp2017-05-301-1/+1
| |/ | | | | | | | | | | See hlapp/cc-tools#3 for the corresponding change in the original source repo. I recognize this is a minuscule change, but the year 1994 is simply wrong, makes no sense, and is simply an honest mistake.
* | Merge branch 'master' into archive-sidebarJustin Mayer2017-09-042-0/+23
|\ \
| * | pelican-bootstrap3: Add authors to sidebarJohannes 'josch' Schauer2017-07-292-0/+23
| |/
* / pelican-bootstrap3: Add archive to sidebarJohannes 'josch' Schauer2017-07-302-0/+24
|/
* Add instagram to non-square icon in pelican-bootstrap3 (#401)Masayuki Igawa2017-04-081-1/+1
| | | | This commit adds instagram to non-square icon in pelican-bootstrap3 theme to use it.
* pelican-bootstrap3: refactored sidebar (#466)Pedro2017-04-0818-181/+233
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-082-0/+22
| | | | feature of the liquid tags ipython notebook plugin (#467)
* 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-1311-31/+31
| | | | | | 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 #442 from jranke/copyright_dateJustin Mayer2016-12-131-1/+5
|\ | | | | pelican-bootstrap3: Set copyright date to modified date of latest article
| * Set copyright date to modified date of latest articleJohannes Ranke2016-10-061-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-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
| |/
* | Merge pull request #448 from METAJIJI/masterJustin Mayer2016-12-131-1/+1
|\ \ | | | | | | pelican-bootstrap3: fix pagination in the relevant documentation
| * | pelican-bootstrap3: fix pagination in the relevant documentationDenis Kadyshev2016-10-251-1/+1
| |/
* | Merge pull request #453 from kevin-brotcke/masterJustin Mayer2016-12-101-1/+1
|\ \ | | | | | | Fix avatar source URL for subpages in pelican-bootstrap3
| * | Fix avatar source URL for subpages in pelican-bootstrap3Kevin Brotcke2016-11-191-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-iconsJustin Mayer2016-12-041-1/+1
|\ \ | | | | | | pelican-bootstrap3: Add icons to "social" sidebar
| * | 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'.
* / Fix display of "About Me" in pelican-bootstrap3Terry Boon2016-12-041-0/+2
|/ | | | | | | | | | | | | | | 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.
* Merge pull request #406 from jacnoc/patch-1Justin Mayer2016-09-101-5/+2
|\ | | | | Bootstrap3: remove deprecated Twitter widget ID
| * Looks like twitter has updated their widget code. Widget ID appears to no ↵Joshua2016-06-121-5/+2
| | | | | | | | longer be a thing.
* | Merge pull request #403 from jeremyn/masterJustin Mayer2016-09-101-2/+2
|\ \ | | | | | | Use HTTPS Creative Commons URLs where appropriate
| * | Use HTTPS Creative Commons URLs where appropriateJeremy Nation2016-06-051-2/+2
| |/
* | "line-chart" icon for use in "social" links listMark Drummond2016-07-161-1/+1
| | | | | | | | minor edits to the README
* | Merge pull request #393 from nevillelyh/masterJustin Mayer2016-06-211-1/+1
|\ \ | | | | | | pelican-bootstrap3: Add slideshare to non-square icon list
| * | add slideshare to non-square icon listNeville Li2016-05-261-1/+1
| |/
* / Added sidebar image header feature.Mark Drummond2016-05-051-0/+3
|/
* Update link to theme in footerDaan Debie2016-04-221-1/+1
|
* Update pelican-bootstrap3 to latest version, donate to Pelican communityDaan Debie2016-04-229-10/+84
|
* Use https:// for all Disqus callsAdam Matan2016-02-201-1/+1
|
* Updated pelican-bootstrap3 to latest versionDaan Debie2015-02-2112-162/+128
|
* pelican-bootstrap3: Add support for coderwall badgesYuya Kusakabe2014-12-262-0/+22
|
* Added support for series pluginLeonardo Giordani2014-11-023-0/+55
|
* Update pagination.htmlLeonardo Giordani2014-10-281-3/+4
| | | This allows the theme to follow pagination specification through PAGINATION_PATTERNS. See Issue #265
* Updated pelican-bootstrap3 to the latest versionDaan Debie2014-08-2115-57/+324
|
* 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-2712-66/+198
|
* Updated pelican-bootstrap3 to v1.1Daan Debie2013-12-275-42/+82
|