What's Changed
- Add :
layouts/_default/_markup/render-heading.html
to separate Heading rendering from main layout. 46a1f23 - Moved :
userstyles.scss
to end ofstyles.scss
to have higher priority over in-built styles. 46a1f23 - Add :
layouts/posts/rss.xml
to helprss.xml
generate links of images in RSS a42ca01 - Remove : Meta
author
anddescription
tags fromlayouts/_default/baseof.html
5cc24ab - Add : Meta
author
anddescription
tags inlayouts/partials/site-meta.html
5cc24ab - Modify : Footer now uses
.Site.Title
and not.Site.Params.author.name
5cc24ab - Add : Option to add customized footer in different sections of the site by creating below partials in
/layouts/partials
eb40552- For homepage (or landing page),
index-footer.html
- For article list pages,
list-footer.html
- For single pages (which are not articles),
single-footer.html
- For posts/articles pages,
posts-footer.html
- For homepage (or landing page),
- Modify : Proper logic to show Last Modified date 19bd342
- Scroll to top now uses CSS only (for chromium based browsers, or any browser that supports
animation-timeline: scroll()
). If support is not found, fallback to JavaScript implementation 4d32428 - Modify : Google tag manager scripts is consolidated into one layout
layouts/partials/google-tag-manager.html
41d414f
Full Changelog: v1.1.18...v1.1.19