aboutsummaryrefslogtreecommitdiff
path: root/layouts/posts
Commit message (Collapse)AuthorAgeFilesLines
* Fix URLs in Multilingual Mode (#93)Thai Ngo2019-09-151-1/+1
| | | | | | Make below links correct in Multilingual Mode: * tag links in single post page * footer RSS link * 404 page "archive" link
* Add post author display (#91)Dan Ho2019-09-081-0/+3
| | | | Add the ability to display post author set with `author` param in the content's front matter.
* Add related content section to single page (#77)Track32019-06-211-0/+3
| | | | Set `relatedPosts` to `true` in the config to enable this.
* Add anchor links to heading (#38)Track32019-01-271-1/+1
| | | | * Closes #36
* Show "commit detail" link only when `gitUrl` is setTrack32019-01-191-1/+1
| | | | * See #34
* Remove absURL for featuredImg & bgImgTrack32019-01-071-1/+1
| | | | See #29
* Fix featured image toggleTrack32019-01-031-7/+3
|
* Remove inline style and script of bg-imgTrack32019-01-011-6/+16
| | | | * See #22
* Use `images` instead of `featuredImg`Track32018-12-311-2/+6
| | | `featuredImg` and `bgImg` are preserved in case you want to use a different background image from metadata images
* Improve javascriptTrack32018-12-301-1/+0
|
* Put comments into a partialTrack32018-12-301-4/+2
| | | | * Also removed unnecessary Disqus style (didn't regenerate resources)
* Add translation for toc titleTrack32018-12-241-1/+1
|
* Add basic toc supportTrack32018-12-241-0/+6
|
* Add i18n support for translation of stringsTrack32018-12-141-4/+4
| | | | | * Also add Simplified Chinese translations * See #3
* Improve code quality & consistencyTrack32018-12-122-26/+26
| | | | | | * Add EditorConfig * Rebuild animate.css: remove an unused animation * Slightly rewrite header part
* Fix DisqusTrack32018-12-111-2/+4
| | | | | * Use Hugo's built-in disqus template * Add some extra style * See #9
* First commitTrack32018-10-232-0/+83