aboutsummaryrefslogtreecommitdiff
path: root/layouts/index.html
Commit message (Collapse)AuthorAgeFilesLines
* Replace RSS URL from /index.xml with posts/index.xmlXavier Del Campo Romero2022-05-081-1/+1
|
* 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 basic support for nested menuTrack32019-06-221-3/+1
| | | * Related issue: #53
* 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
* Add home footer copyrightTrack32019-01-011-1/+4
| | | | * See #25
* 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-4/+0
|
* Fix menu url in multilingual modeTrack32018-12-281-1/+1
| | | | * See #17
* Show rss links if `RSS` is not in `disableKinds` (#15)Ali Cirik2018-12-261-1/+1
| | | * If RSS is disabled in the configuration using `disableKinds`, the "rss" link in the footer won't show up
* Output year based on the current local timeTrack32018-12-131-1/+1
| | | For footer copyright message
* Improve code quality & consistencyTrack32018-12-121-1/+1
| | | | | | * Add EditorConfig * Rebuild animate.css: remove an unused animation * Slightly rewrite header part
* Add homepage background imageTrack32018-11-221-0/+3
| | | See #2
* First commitTrack32018-10-231-0/+27