aboutsummaryrefslogtreecommitdiffstats
path: root/pelican-bootstrap3/templates/includes/aboutme.html
Commit message (Collapse)AuthorAgeFilesLines
* Make pelican-bootstrap3 multilingualJohannes Ranke2016-12-131-2/+2
| | | | | | 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 #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.
* | 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.
* Updated pelican-bootstrap3 to latest versionDaan Debie2015-02-211-7/+9
|
* Updated pelican-bootstrap3 to the latest versionDaan Debie2014-08-211-0/+9